KubeSphere devops 测试
This commit is contained in:
parent
efcc15ce34
commit
71f4be93d5
@ -135,7 +135,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
<repositories>
|
<!-- <repositories>-->
|
||||||
<!-- <repository>-->
|
<!-- <repository>-->
|
||||||
<!-- <id>nexus-aliyun</id>-->
|
<!-- <id>nexus-aliyun</id>-->
|
||||||
<!-- <name>Nexus aliyun</name>-->
|
<!-- <name>Nexus aliyun</name>-->
|
||||||
@ -158,9 +158,37 @@
|
|||||||
<!-- <enabled>true</enabled>-->
|
<!-- <enabled>true</enabled>-->
|
||||||
<!-- </snapshots>-->
|
<!-- </snapshots>-->
|
||||||
<!-- </repository>-->
|
<!-- </repository>-->
|
||||||
|
<!-- <repository>-->
|
||||||
|
<!-- <id>central</id>-->
|
||||||
|
<!-- <url>https://repo.maven.apache.org/maven2</url>-->
|
||||||
|
<!-- </repository>-->
|
||||||
|
<!-- </repositories>-->
|
||||||
|
|
||||||
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>central</id>
|
<id>alimaven</id>
|
||||||
<url>https://repo.maven.apache.org/maven2</url>
|
<name>aliyun maven</name>
|
||||||
|
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>alimaven</id>
|
||||||
|
<name>aliyun maven</name>
|
||||||
|
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user