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>

 

posted on 2014-07-06 09:01  wf110  阅读(822)  评论(0编辑  收藏  举报