maven 阿里云镜像(亲测可用)

<mirrors> 
    <mirror> 
    <id>alimaven</id> 
    <name>aliyun maven</name> 
    <url>http://maven.aliyun.com/nexus/content/groups/public/</url> 
    <mirrorOf>central</mirrorOf>
    </mirror> 
</mirrors>

只需要将这个代理配置到maven的settings.xml文件中即可

posted @ 2017-02-05 22:48  袁老板  阅读(3655)  评论(0)    收藏  举报