Maven 阿里镜像

 

在Maven的安装目录下的conf目录下的settings.xml加入这段

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

 

<mirror>
    <id>nexus-aliyun</id>
    <mirrorOf>*</mirrorOf>
    <name>Nexus aliyun</name>        
    <url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>

 

  

posted @ 2019-12-08 14:49  可可西里(lemon)  阅读(159)  评论(0编辑  收藏  举报