使用ali云提供的镜像可以有效解决maven下载速度慢的问题
在{maven home/conf/settings.xml}中,在<mirror>节点中添加一下镜像
<mirror>
<id>alimaven</id>
<mirrorOf>central</mirrorOf>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
</mirror>
使用ali云提供的镜像可以有效解决maven下载速度慢的问题
在{maven home/conf/settings.xml}中,在<mirror>节点中添加一下镜像
<mirror>
<id>alimaven</id>
<mirrorOf>central</mirrorOf>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
</mirror>