Skip to content

Commit d8be566

Browse files
committed
change maven source to local nexus
1 parent 2507c38 commit d8be566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<repository>
8585
<id>ali-plugin</id>
8686
<name>ali-plugin</name>
87-
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
87+
<url>http://192.168.10.171:8081/nexus/content/groups/public</url>
8888
<layout>default</layout>
8989
<snapshots>
9090
<enabled>false</enabled>
@@ -97,7 +97,7 @@
9797
<pluginRepositories>
9898
<pluginRepository>
9999
<id>ali-plugin</id>
100-
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
100+
<url>http://192.168.10.171:8081/nexus/content/groups/public</url>
101101
<snapshots>
102102
<enabled>true</enabled>
103103
</snapshots>

0 commit comments

Comments
 (0)