使用ali云提供的鏡像可以有效解決maven下載速度慢的問題
在{maven home/conf/settings.xml}中,在<mirror>節(jié)點(diǎn)中添加一下鏡像
<mirror>
<id>alimaven</id>
<mirrorOf>central</mirrorOf>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
</mirror>