mirror of
https://github.com/macrozheng/mall.git
synced 2025-06-27 04:20:01 +00:00
使用aliyun的镜像源提升插件下载速度
This commit is contained in:
parent
72f47591b0
commit
7842367e25
14
pom.xml
14
pom.xml
@ -272,4 +272,18 @@
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<!--使用aliyun的镜像源提升插件下载速度-->
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>aliyunmaven</id>
|
||||
<name>aliyun</name>
|
||||
<url>https://maven.aliyun.com/repository/public</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>central2</id>
|
||||
<name>central2</name>
|
||||
<url>https://repo1.maven.org/maven2/</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
</project>
|
Loading…
x
Reference in New Issue
Block a user