|
@@ -218,29 +218,68 @@
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
<repositories>
|
|
|
<repository>
|
|
|
- <id>public</id>
|
|
|
- <name>aliyun nexus</name>
|
|
|
- <url>https://maven.aliyun.com/repository/public</url>
|
|
|
+ <id>custom_group</id>
|
|
|
+ <name>Nexus Repository</name>
|
|
|
+ <url>http://124.71.171.71:18881/repository/custom_group/</url>
|
|
|
+ <snapshots>
|
|
|
+ <enabled>true</enabled>
|
|
|
+ </snapshots>
|
|
|
<releases>
|
|
|
<enabled>true</enabled>
|
|
|
</releases>
|
|
|
</repository>
|
|
|
</repositories>
|
|
|
-
|
|
|
<pluginRepositories>
|
|
|
<pluginRepository>
|
|
|
- <id>public</id>
|
|
|
- <name>aliyun nexus</name>
|
|
|
- <url>https://maven.aliyun.com/repository/public</url>
|
|
|
+ <id>custom_group</id>
|
|
|
+ <name>Nexus Plugin Repository</name>
|
|
|
+ <url>http://124.71.171.71:18881/repository/custom_group/</url>
|
|
|
+ <snapshots>
|
|
|
+ <enabled>true</enabled>
|
|
|
+ </snapshots>
|
|
|
<releases>
|
|
|
<enabled>true</enabled>
|
|
|
</releases>
|
|
|
- <snapshots>
|
|
|
- <enabled>false</enabled>
|
|
|
- </snapshots>
|
|
|
</pluginRepository>
|
|
|
</pluginRepositories>
|
|
|
-
|
|
|
+
|
|
|
+ <distributionManagement>
|
|
|
+ <repository>
|
|
|
+ <id>custom_releases</id>
|
|
|
+ <name>Nexus Release Repository</name>
|
|
|
+ <url>http://124.71.171.71:18881/repository/custom_releases/</url>
|
|
|
+ </repository>
|
|
|
+ <snapshotRepository>
|
|
|
+ <id>custom_snapshots</id>
|
|
|
+ <name>Nexus Snapshot Repository</name>
|
|
|
+ <url>http://124.71.171.71:18881/repository/custom_snapshots/</url>
|
|
|
+ </snapshotRepository>
|
|
|
+ </distributionManagement>
|
|
|
</project>
|