Maven下载与配置阿里云镜像
·
1、下载官网:Download Apache Maven – Maven

2、配置阿里云镜像,找到conf目录下的settings.xml,我直接拷贝到D盘下进行使用的。

# 配置阿里云镜像
<mirrors>
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>central</mirrorOf>
<name>Nexusaliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>
</mirrors>
我精简了一下里面的文件,配置后的全文如下:

更多推荐

所有评论(0)