在使用maven管理项目时,会加载maven中央仓库中的依赖和插件,但是maven官网的下载速度太慢了,建议在settings.xml中添加以下代码,从该地址加载。
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>*</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>