|
@@ -112,4 +112,37 @@
|
|
</plugins>
|
|
</plugins>
|
|
</build>
|
|
</build>
|
|
|
|
|
|
|
|
+ <repositories><!-- 代码库 -->
|
|
|
|
+ <repository>
|
|
|
|
+ <id>central</id>
|
|
|
|
+ <url>https://maven.aliyun.com/repository/central/</url>
|
|
|
|
+ <releases>
|
|
|
|
+ <enabled>true</enabled>
|
|
|
|
+ </releases>
|
|
|
|
+ <layout>default</layout>
|
|
|
|
+ <snapshots>
|
|
|
|
+ <enabled>true</enabled>
|
|
|
|
+ <updatePolicy>always</updatePolicy>
|
|
|
|
+ <checksumPolicy>fail</checksumPolicy>
|
|
|
|
+ </snapshots>
|
|
|
|
+ </repository>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>jitpack.io</id>
|
|
|
|
+ <url>https://jitpack.io</url>
|
|
|
|
+ </repository>
|
|
|
|
+ </repositories>
|
|
|
|
+ <pluginRepositories>
|
|
|
|
+ <pluginRepository>
|
|
|
|
+ <id>aliyun-plugin</id>
|
|
|
|
+ <url>https://maven.aliyun.com/repository/public/</url>
|
|
|
|
+ <releases>
|
|
|
|
+ <enabled>true</enabled>
|
|
|
|
+ </releases>
|
|
|
|
+ <snapshots>
|
|
|
|
+ <enabled>false</enabled>
|
|
|
|
+ </snapshots>
|
|
|
|
+ </pluginRepository>
|
|
|
|
+ </pluginRepositories>
|
|
|
|
+
|
|
|
|
+
|
|
</project>
|
|
</project>
|