美文网首页
七、Maven: ~/.m2/settings.xml 国内镜像

七、Maven: ~/.m2/settings.xml 国内镜像

作者: yust5273 | 来源:发表于2019-05-30 08:06 被阅读0次
    <mirrors>
        <mirror>
            <id>alimaven</id>
            <name>aliyun maven</name>
            <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
            <mirrorOf>central</mirrorOf>
        </mirror>
        <mirror>
            <id>ui</id>
            <mirrorOf>central</mirrorOf>
            <name>Human Readable Name for this Mirror.</name>
            <url>http://uk.maven.org/maven2/</url>
        </mirror>
        <mirror>
            <id>osc</id>
            <mirrorOf>central</mirrorOf>
            <url>http://maven.oschina.net/content/groups/public/</url>
        </mirror>
        <mirror>
            <id>osc_thirdparty</id>
            <mirrorOf>thirdparty</mirrorOf>
            <url>http://maven.oschina.net/content/repositories/thirdparty/</url>
        </mirror>
    </mirrors>

相关文章

网友评论

      本文标题:七、Maven: ~/.m2/settings.xml 国内镜像

      本文链接:https://www.haomeiwen.com/subject/ggiptctx.html