maven国内镜像

Posted 古灵精怪cat

tags:

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

<mirror>
    <id>nexus-aliyun</id>
    <mirrorOf>central</mirrorOf>
    <name>Nexus aliyun</name>
    <url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>

#pom.xml
<repositories>
    <repository>
        <id>nexus-aliyun</id>
        <name>Nexus aliyun</name>
        <url>http://maven.aliyun.com/nexus/content/groups/public</url>
    </repository>
</reposi

  

ories>

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

Maven仓库镜像(国内)

maven国内仓库镜像

maven国内仓库镜像

170220maven国内镜像 阿里云

Maven国内高速镜像

Maven国内高速镜像