maven 配置阿里云镜像

  编辑%maven_home%/conf/settings.xml文件,添加

<mirror>  
    <id>aliyun-maven</id>  
    <mirrorOf>*</mirrorOf>  
    <name>aliyun maven</name>  
    <url>http://maven.aliyun.com/nexus/content/groups/public</url>  
</mirror>
posted @ 2018-02-28 16:20  Shef  阅读(9889)  评论(0编辑  收藏  举报