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

maven常用的远程仓库地址

时间:2018-07-31 22:12:43      阅读:284      评论:0      收藏:0      [点我收藏+]

标签:aliyun   groups   bsp   官方   style   nbsp   content   read   central   

<mirror>
    <id>nexus-aliyun</id>
    <name>Nexus aliyun</name>
    <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    <mirrorOf>central</mirrorOf>
</mirror>

1. 阿里云得远程仓库

<mirror>
    <id>repo2</id>
    <name>Mirror from Maven Repo2</name>
    <url>http://repo2.maven.org/maven2/</url>
    <mirrorOf>central</mirrorOf>
</mirror>

2. maven官方运维的2号仓库

<mirror>
    <id>ui</id>
    <name>Mirror from UK</name>
    <url>http://uk.maven.org/maven2/</url>
    <mirrorOf>central</mirrorOf>
</mirror>

3. maven在UK架设的仓库

<mirror>
    <id>jboss-public-repository-group</id>
    <mirrorOf>central</mirrorOf>
    <name>JBoss Public Repository Group</name>
    <url>http://repository.jboss.org/nexus/content/groups/public</url>
</mirror>

4. JBoss的仓库

maven常用的远程仓库地址

标签:aliyun   groups   bsp   官方   style   nbsp   content   read   central   

原文地址:https://www.cnblogs.com/oldzhang1222/p/9397484.html

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