<!-- 阿里云仓库1 -->
<mirror>
<id>alimaven-1</id>
<name>aliyun maven-2</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
<!-- 阿里云仓库2 -->
<mirror>
<id>alimaven-2</id>
<name>aliyun maven-2</name>
<url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
<mirrorOf>central</mirrorOf>
</mirror>
<!-- jboss maven仓库1 -->
<mirror>
<id>jbossmaven</id>
<name>jboss maven</name>
<url>http://repository.jboss.com/maven2/</url>
<mirrorOf>central</mirrorOf>
</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>
<!-- OSChina仓库1 -->
<mirror>
<id>OSChina</id>
<name>OSChina Central</name>
<url>http://maven.oschina.net/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</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>
<!-- ibiblio仓库 -->
<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>
<!-- maven官方运维的2号仓库 -->
<mirror>
<id>repo2</id>
<name>Mirror from Maven Repo2</name>
<url>http://repo2.maven.org/maven2/</url>
<mirrorOf>central</mirrorOf>
</mirror>
<!-- 开源中国镜像 -->
<mirror>
<id>nexus-osc-thirdparty</id>
<mirrorOf>thirdparty</mirrorOf>
<name>Nexus osc thirdparty</name>
<url>http://maven.oschina.net/content/repositories/thirdparty/</url>
</mirror>
相关文章
- 02-28大数据仓库-kudu
- 02-28国内的阿里云MAVEN仓库,速度很快
- 02-28十三、镜像管理
- 02-28Openstack学习总结之九(制作镜像文件)
- 02-28仓库建设(HYSBZ - 1096)
- 02-28BZOJ 1096: [ZJOI2007]仓库建设 动态规划 + 斜率优化
- 02-28数据湖(Data Lake)-剑指下一代数据仓库
- 02-28数据湖(Data Lake)-剑指下一代数据仓库
- 02-28Maven中添加镜像
- 02-28高效构建 Docker 镜像的最佳实践