`
crabdave
  • 浏览: 1278768 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

MAVEN 镜像

 
阅读更多

MAVEN 镜像

 <mirror>  

<id>nexus-osc</id>  

<mirrorOf>central</mirrorOf>  

<name>Nexus osc</name>  

<url>http://maven.oschina.net/content/groups/public/</url>  

</mirror>  

<mirror>  

      <id>repo2</id>  

      <mirrorOf>central</mirrorOf>  

      <name>Human Readable Name for this Mirror.</name>  

      <url>http://repo2.maven.org/maven2/</url>  

    </mirror>  

<mirror>  

      <id>net-cn</id>  

      <mirrorOf>central</mirrorOf>  

      <name>Human Readable Name for this Mirror.</name>  

      <url>http://maven.net.cn/content/groups/public/</url>   

    </mirror>  

<mirror>  

      <id>ui</id>  

      <mirrorOf>central</mirrorOf>  

      <name>Human Readable Name for this Mirror.</name>  

     <url>http://uk.maven.org/maven2/</url>  

    </mirror>  

<mirror>  

      <id>ibiblio</id>  

      <mirrorOf>central</mirrorOf>  

      <name>Human Readable Name for this Mirror.</name>  

     <url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>  

    </mirror>  

<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> 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics