标签: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