meven 配置

配置meven 自定义文件【User Settings】 D:\java\apache-maven-3.5.3\conf\settings.xml

settings.xml

新增两端配置信息

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

猜你喜欢

转载自www.cnblogs.com/kkvt/p/8961242.html