summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshizhendong <[email protected]>2023-05-10 10:43:59 +0800
committershizhendong <[email protected]>2023-05-10 10:43:59 +0800
commit25d77b7856f07ff1a943afea2af4cdfb61e91db5 (patch)
tree308108856b1ab6fba1395f19a3a998c35c8df5e8
parent82a31459bd47d1074a1d03bbb6162f720c79da09 (diff)
feat: 新增 maven 私服配置 nexus repositories.releases&geedgerel-23.04.02rel-23.04.01dev-3.3
-rw-r--r--pom.xml22
1 files changed, 21 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3fa7146..df84597 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,7 +210,17 @@
<repository>
<id>nexus</id>
<name>Team Nexus Repository</name>
- <url>http://192.168.40.125:8099/content/groups/public/</url>
+ <url>http://192.168.40.153:8099/content/groups/public/</url>
+ </repository>
+ <repository>
+ <id>nexus-releases</id>
+ <name>Team Nexus Repository</name>
+ <url>http://192.168.40.153:8099/content/repositories/releases/</url>
+ </repository>
+ <repository>
+ <id>nexus-geedge</id>
+ <name>Team Nexus Repository</name>
+ <url>http://192.168.40.153:8099/content/repositories/geedge/</url>
</repository>
<repository>
<id>public</id>
@@ -241,6 +251,16 @@
<url>http://192.168.40.153:8099/content/groups/public/</url>
</pluginRepository>
<pluginRepository>
+ <id>nexus-releases</id>
+ <name>Team Nexus Repository</name>
+ <url>http://192.168.40.153:8099/content/repositories/releases/</url>
+ </pluginRepository>
+ <pluginRepository>
+ <id>nexus-geedge</id>
+ <name>Team Nexus Repository</name>
+ <url>http://192.168.40.153:8099/content/repositories/geedge/</url>
+ </pluginRepository>
+ <pluginRepository>
<id>public</id>
<name>aliyun nexus</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>