码迷,mamicode.com
首页 > 其他好文 > 详细

maven使用阿里云镜像

时间:2020-01-17 11:37:05      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:ror   pom   maven   pos   本地   ups   ever   eve   依赖   

1.pom文件添加

 <repositories>
        <repository>
            <id>nexus-aliyun</id>
            <name>nexus-aliyun</name>
            <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </repository>
    </repositories>

2.设置本地setting文件

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

参照maven中无法下载依赖 https://www.jianshu.com/p/7861c6f2b517

maven使用阿里云镜像

标签:ror   pom   maven   pos   本地   ups   ever   eve   依赖   

原文地址:https://www.cnblogs.com/dylan-thomas/p/12204758.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!