Maven配置阿里云中央仓库镜像

    <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>

 

posted @ 2018-05-25 13:43  东山磐石西山流云  阅读(115)  评论(0编辑  收藏  举报