-
配置項(xiàng)目POM.xml
<distributionManagement> <repository> <id>nexus-releases</id> <url>http://127.0.0.1:8081/nexus/content/groups/public</url> </repository> <snapshotRepository> <id>nexus-snapshots</id> <url>http://127.0.0.1:8081/nexus/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement>
-
配置nexus的用戶(hù)名密碼
<servers> <server> <id>nexus-releases</id> <username>admin</username> <password>Admin@123</password> </server> <server> <id>nexus-snapshots</id> <username>admin</username> <password>Admin@123</password> </server> </servers>
-
指向maven發(fā)布命令
maven deploy或執(zhí)行IDEA模塊maven的deploy指令