diff options
| author | shizhendong <[email protected]> | 2023-05-10 10:43:59 +0800 |
|---|---|---|
| committer | shizhendong <[email protected]> | 2023-05-10 10:43:59 +0800 |
| commit | 25d77b7856f07ff1a943afea2af4cdfb61e91db5 (patch) | |
| tree | 308108856b1ab6fba1395f19a3a998c35c8df5e8 | |
| parent | 82a31459bd47d1074a1d03bbb6162f720c79da09 (diff) | |
feat: 新增 maven 私服配置 nexus repositories.releases&geedgerel-23.04.02rel-23.04.01dev-3.3
| -rw-r--r-- | pom.xml | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -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> |
