maven配置阿里镜像

Posted mutong1228

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven配置阿里镜像相关的知识,希望对你有一定的参考价值。

在conf\settings.xml

在<mirrors>里面添加
   <mirror>
    <id>nexus-aliyun</id>
    <mirrorOf>*</mirrorOf>
    <name>Nexus aliyun</name>
    <url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>

以上是关于maven配置阿里镜像的主要内容,如果未能解决你的问题,请参考以下文章

maven仓库配置阿里云镜像

Maven配置阿里云镜像

maven配置多仓库镜像(转)

maven配置阿里云镜像时(私服设置~JEECG)

20180602_Eclipse配置Maven的本地仓库和阿里云镜像

Maven配置阿里云镜像与JDK编译版本