Maven配置阿里镜像仓库

打开maven的setting.xml配置文件,添加阿里镜像仓库

 

配置参数如下:

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

 

posted @ 2021-01-25 21:54  coolw  阅读(5818)  评论(0编辑  收藏  举报