|
@@ -80,7 +80,7 @@
|
|
|
<repository>
|
|
|
<id>nexus</id>
|
|
|
<name>Nexus</name>
|
|
|
- <url>http://wang:8081/repository/maven-public/</url>
|
|
|
+ <url>http://nexus-host:8081/repository/maven-public/</url>
|
|
|
</repository>
|
|
|
</repositories>
|
|
|
|
|
@@ -88,18 +88,18 @@
|
|
|
<pluginRepository>
|
|
|
<id>nexus</id>
|
|
|
<name>Nexus</name>
|
|
|
- <url>http://wang:8081/repository/maven-public/</url>
|
|
|
+ <url>http://nexus-host:8081/repository/maven-public/</url>
|
|
|
</pluginRepository>
|
|
|
</pluginRepositories>
|
|
|
|
|
|
<distributionManagement>
|
|
|
<repository>
|
|
|
<id>releases</id>
|
|
|
- <url>http://wang:8081/repository/maven-releases/</url>
|
|
|
+ <url>http://nexus-host:8081/repository/maven-releases/</url>
|
|
|
</repository>
|
|
|
<snapshotRepository>
|
|
|
<id>snapshots</id>
|
|
|
- <url>http://wang:8081/repository/maven-snapshots/</url>
|
|
|
+ <url>http://nexus-host:8081/repository/maven-snapshots/</url>
|
|
|
</snapshotRepository>
|
|
|
</distributionManagement>
|
|
|
|