标签:public highlight 阿里云 blog htm name ups maven com
在maven的配置文件settings.xml中加上国内的阿里云仓库,加上mirror子节点:
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>*</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>
标签:public highlight 阿里云 blog htm name ups maven com
原文地址:http://www.cnblogs.com/miserable-faith/p/7505565.html