|
@@ -82,6 +82,17 @@
|
|
|
</profile>
|
|
|
</profiles>
|
|
|
|
|
|
-
|
|
|
+ <distributionManagement>
|
|
|
+ <repository>
|
|
|
+ <id>nexus-releases</id>
|
|
|
+
|
|
|
+ <url>https://nexus.superdesk.cn/repository/maven-releases</url>
|
|
|
+ </repository>
|
|
|
+ <snapshotRepository>
|
|
|
+ <id>nexus-snapshots</id>
|
|
|
+
|
|
|
+ <url>https://nexus.superdesk.cn/repository/maven-snapshots</url>
|
|
|
+ </snapshotRepository>
|
|
|
+ </distributionManagement>
|
|
|
|
|
|
</project>
|