Maven倉庫國內鏡像站

感謝阿里巴巴,搭建並公開了Maven倉庫的國內鏡像站。話外:使用Maven的官方倉庫真的是太slow了!maven

在<Maven Root>/conf/settings.xml中的<mirrors></mirrors>標籤中,加入如下代碼,便可使用阿里的鏡像站了。url

     <mirror>
        <id>alimaven</id>
        <name>aliyun maven</name>
        <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
        <mirrorOf>central</mirrorOf>
    </mirror>
相關文章
相關標籤/搜索