maven可用的镜像

来源:互联网 发布:金和软件官网 编辑:程序博客网 时间:2024/05/17 20:00

(1)maven官方的英国镜像

    <mirror>

        <id>UK</id>
        <mirrorOf>center</mirrorOf>
        <name>UK Center</name>
        <url>http://uk.maven.org/maven2</url>

    </mirror>

(2)aliyun 镜像

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


备注:maven 依赖官网  https://mvnrepository.com/

原创粉丝点击