标签:maven org .com http com nexus -- public ups
<!--配置阿里云国内镜像 -->
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
<mirror>
<id>central</id>
<mirrorOf>central</mirrorOf>
<url>http://repo1.maven.org/maven2/</url>
</mirror>
标签:maven org .com http com nexus -- public ups
原文地址:http://www.cnblogs.com/gengsc/p/7446915.html