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

maven仓库镜像配置

时间:2017-06-14 02:49:51      阅读:303      评论:0      收藏:0      [点我收藏+]

标签:ror   epo   nexus   yun   osi   mave   阿里云   read   maven2   

<!-- 阿里云仓库 -->
<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   epo   nexus   yun   osi   mave   阿里云   read   maven2   

原文地址:http://www.cnblogs.com/jiftle/p/7004524.html

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