mirror of https://gitee.com/maxjhandsome/pig
💚 Fixing CI Build. 快照包下载问题
This commit is contained in:
parent
b8ede0deb8
commit
ae7680f2b9
13
pom.xml
13
pom.xml
|
@ -24,6 +24,7 @@
|
|||
<groupId>com.pig4cloud</groupId>
|
||||
<artifactId>pig-cloud-dependencies-parent</artifactId>
|
||||
<version>2.10.4-SNAPSHOT</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
<groupId>com.pig4cloud</groupId>
|
||||
|
@ -192,6 +193,18 @@
|
|||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
<repositories>
|
||||
<!-- 快照包下载, 正式版本全部源码在中央仓库-->
|
||||
<repository>
|
||||
<id>nexus-snapshots</id>
|
||||
<name>nexus Snapshots</name>
|
||||
<url>https://nexus.pigx.vip/repository/maven-public/</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>dev</id>
|
||||
|
|
Loading…
Reference in New Issue