|
@@ -70,17 +70,17 @@
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
|
|
- <distributionManagement>
|
|
|
- <repository>
|
|
|
- <id>nexus-releases</id>
|
|
|
- <name>Releases</name>
|
|
|
- <url>http://192.168.1.96:8081/nexus/content/repositories/releases/</url>
|
|
|
- </repository>
|
|
|
- <snapshotRepository>
|
|
|
- <id>nexus-snapshots</id>
|
|
|
- <name>Snapshots</name>
|
|
|
- <url>http://192.168.1.96:8081/nexus/content/repositories/snapshots/</url>
|
|
|
- </snapshotRepository>
|
|
|
- </distributionManagement>
|
|
|
+ <distributionManagement>
|
|
|
+ <repository>
|
|
|
+ <id>nexus-releases</id>
|
|
|
+ <name>Releases</name>
|
|
|
+ <url>http://dev-nexus.lingjiao.cn/repository/maven-releases/</url>
|
|
|
+ </repository>
|
|
|
+ <snapshotRepository>
|
|
|
+ <id>nexus-snapshots</id>
|
|
|
+ <name>Snapshots</name>
|
|
|
+ <url>http://dev-nexus.lingjiao.cn/repository/maven-snapshots/</url>
|
|
|
+ </snapshotRepository>
|
|
|
+ </distributionManagement>
|
|
|
|
|
|
</project>
|