maven 阿里云 国内镜像 中央仓库
Posted beggar_1982
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven 阿里云 国内镜像 中央仓库相关的知识,希望对你有一定的参考价值。
修改maven根目录下的conf文件夹中的setting.xml文件,具体内容和示意图如下:
1 <mirror> 2 <id>alimaven</id> 3 <name>aliyun maven</name> 4 <url>http://maven.aliyun.com/nexus/content/groups/public/</url> 5 <mirrorOf>central</mirrorOf> 6 </mirror>
以上是关于maven 阿里云 国内镜像 中央仓库的主要内容,如果未能解决你的问题,请参考以下文章