标签:cgi 定位 阿里 测试 tar lang central 镜像 添加
下载路径:http://maven.apache.org/download.cgi
将下载好的压缩包解压到指定位置
添加一个MAVAN_HOME的变量,指定mavan的安装路径如:
变量名:MAVEN_HOME
变量值:D:\enviornment\apache-maven-3.6.3
在path中添加路径
%MAVEN_HOME%\bin
win + r --->cmd----->mvn -v
在mavan的安装路径--->conf--->setting.xml
修改默认的本地仓库路径
<localRepository>D:/enviornment/apache-maven-3.6.3/repository</localRepository>
在setting.xml中修改镜像,使用阿里云
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>central</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
</mirror>
配置到此结束!!!
标签:cgi 定位 阿里 测试 tar lang central 镜像 添加
原文地址:https://www.cnblogs.com/XiaoMingStudy1/p/14487708.html