maven 发布到仓库

到nexus中看到的仓库地址

 1  <distributionManagement> 
 2     <repository> 
 3         <id>releases</id> 
 4         <name>Internal Releases</name> 
 5         <url>http://localhost:8080/nexus-2.1.2/content/repositories/releases/</url> 
 6     </repository> 
 7     <snapshotRepository> 
 8         <id>snapshots</id> 
 9         <name>Internal Snapshots</name> 
10         <url>http://localhost:8080/nexus-2.1.2/content/repositories/snapshots/</url> 
11     </snapshotRepository> 
12   </distributionManagement>
原文地址:https://www.cnblogs.com/friends-wf/p/3826710.html