- nexus配置
- 本地部署nexus
- 设置repository
- 创建releases的仓库
- 创建snapshot的仓库
- 将自己新建的仓库放到 maven-public组内
- setting 配置
- pom.xml配置
- distributionManagement 配置
- repository 配置
https://github.com/gaoxinfu/docker-sample/tree/main/nexus
设置repository 创建releases的仓库
pom.xml配置 distributionManagement 配置 repository 配置releases admin admin123 snapshots admin admin123
maven-public maven-public http://localhost:8081/repository/maven-public/ true true always warn



