Przeglądaj źródła

update 更新 aliyun maven 仓库地址 解决 maven 3.8 无法使用http问题

疯狂的狮子li 4 lat temu
rodzic
commit
42bd8eb8cd
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -348,7 +348,7 @@
         <repository>
             <id>public</id>
             <name>aliyun nexus</name>
-            <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
+            <url>https://maven.aliyun.com/repository/public/</url>
             <releases>
                 <enabled>true</enabled>
             </releases>
@@ -359,7 +359,7 @@
         <pluginRepository>
             <id>public</id>
             <name>aliyun nexus</name>
-            <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
+            <url>https://maven.aliyun.com/repository/public/</url>
             <releases>
                 <enabled>true</enabled>
             </releases>