maven 推送远程仓库deploy

发布时间 2023-06-27 21:22:43作者: daofree
pom配置
<distributionManagement>
<repository>
<id>maven-private</id>
<name>maven-private</name>
<url>http://ip:8081/repository/maven-private/</url>
</repository>
</distributionManagement>

 maven settings 文件     账号密码

mvn clean install -Dmaven.test.skip

mvn deploy -Dmaven.test.skip

 

 

resolution will not be reattempted until the update interval of nexus-public has elapsed or updates are forc
ed -> [Help 1]