maven配置阿里云仓库

Posted 胖子学习天地

tags:

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

在mirrors的节点中添加:

<mirror>
    <!--This sends everything else to /public -->
    <id>nexus-aliyun</id>
    <mirrorOf>*</mirrorOf>
    <name>Nexus aliyun</name>
    <url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>

 

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