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

国内比较快的maven中央仓库

时间:2017-12-29 22:36:53      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:链接   ever   send   ali   ups   setting   tor   public   set   

打开maven/conf/settings.xml更改配置文件,将默认的(注释)仓库换成如下:

 <mirror>
      <!--This sends everything else to /public -->
      <id>nexus</id>
      <mirrorOf>*</mirrorOf> 
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    </mirror>
    <mirror>
      <!--This is used to direct the public snapshots repo in the 
          profile below over to a different nexus group -->
      <id>nexus-public-snapshots</id>
      <mirrorOf>public-snapshots</mirrorOf> 
      <url>http://maven.aliyun.com/nexus/content/repositories/snapshots/</url>
    </mirror>

 

参考链接:https://yq.aliyun.com/articles/255523

国内比较快的maven中央仓库

标签:链接   ever   send   ali   ups   setting   tor   public   set   

原文地址:https://www.cnblogs.com/wuyanlin/p/8146342.html

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