码迷,mamicode.com
首页 > 其他好文 > 详细

配置远程发布到私服

时间:2017-03-24 10:41:21      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:manage   man   pos   port   --   releases   http   私服   snap   

<!-- 配置远程发布到私服,mvn deploy -->
<distributionManagement>
<repository>
<id>nexus</id>
<name> Nexus Release Repository </name>
<url>http://ip:port/nexus/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name> Nexus Snapshot Repository </name>
<url>http://ip:port/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>

配置远程发布到私服

标签:manage   man   pos   port   --   releases   http   私服   snap   

原文地址:http://www.cnblogs.com/zyz68/p/6609985.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!