Commit 7842367e authored by macro's avatar macro
Browse files

使用aliyun的镜像源提升插件下载速度

parent 72f47591
...@@ -272,4 +272,18 @@ ...@@ -272,4 +272,18 @@
</repository> </repository>
</repositories> </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> </project>
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment