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

Maven配置使用阿里云镜像

时间:2019-10-02 16:47:18      阅读:85      评论:0      收藏:0      [点我收藏+]

标签:ror   highlight   nbsp   配置   http   repos   tor   this   maven2   

在settings.xml文件中的mirrors下添加mirror标签

 

<!-- 阿里云仓库 -->
    <mirror>
        <id>alimaven</id>
        <mirrorOf>central</mirrorOf>
        <name>aliyun maven</name>
        <url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
    </mirror>


    <!-- 中央仓库1 -->
    <mirror>
        <id>repo1</id>
        <mirrorOf>central</mirrorOf>
        <name>Human Readable Name for this Mirror.</name>
        <url>http://repo1.maven.org/maven2/</url>
    </mirror>


    <!-- 中央仓库2 -->
    <mirror>
        <id>repo2</id>
        <mirrorOf>central</mirrorOf>
        <name>Human Readable Name for this Mirror.</name>
        <url>http://repo2.maven.org/maven2/</url>
    </mirror>

  

Maven配置使用阿里云镜像

标签:ror   highlight   nbsp   配置   http   repos   tor   this   maven2   

原文地址:https://www.cnblogs.com/pxblog/p/11617609.html

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