当前位置:   article > 正文

maven常用的远程仓库地址(转)_maven远程仓库地址

maven远程仓库地址

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

1. 阿里云得远程仓库
  1. ​​​​​​​<mirror>
  2. <id>nexus-aliyun</id>
  3. <name>Nexus aliyun</name>
  4. <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
  5. <mirrorOf>central</mirrorOf>
  6. </mirror>

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

  1. <mirror>
  2. <id>repo2</id>
  3. <name>Mirror from Maven Repo2</name>
  4. <url>http://repo2.maven.org/maven2/</url>
  5. <mirrorOf>central</mirrorOf>
  6. </mirror>

3. maven在UK架设的仓库

  1. <mirror>
  2. <id>ui</id>
  3. <name>Mirror from UK</name>
  4. <url>http://uk.maven.org/maven2/</url>
  5. <mirrorOf>central</mirrorOf>
  6. </mirror>

4. JBoss的仓库

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

 

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop】
推荐阅读
相关标签
  

闽ICP备14008679号