首页 > 其他 > 详细

国内比较快的maven中央仓库

时间:2017-12-29 22:11:40      阅读:244      评论:0      收藏:0      [点我收藏+]

打开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中央仓库

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!