1. 程式人生 > 其它 >maven更換映象源

maven更換映象源

在conf目錄下的setting.xml做如下更改

地址如下

<mirror>

<id>alimaven</id>

<mirrorOf>central</mirrorOf>

<name>aliyun maven</name>

<url>http://maven.aliyun.com/nexus/content/repositories/central/</url>

</mirror>