标签:setting yun tor class script set groups 文件夹 mave
1 找到maven的安装目录,conf文件夹下的setting.xml文件
2 打开setting.xml文件,找到mirrors节点添加阿里镜像库地址:
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>
http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
打开maven安装目录\conf\setting.xml文件。
修改为本地路径:<localRepository>E:\Maven_Repo</localRepository>
标签:setting yun tor class script set groups 文件夹 mave
原文地址:https://www.cnblogs.com/jxldjsn/p/10386679.html