几个maven仓库镜像

Posted simeonwu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了几个maven仓库镜像相关的知识,希望对你有一定的参考价值。

<!--<mirror>-->
<!--<id>alimaven</id>-->
<!--<name>aliyun maven</name>-->
<!--<url>http://maven.aliyun.com/nexus/content/groups/public/</url>-->
<!--<mirrorOf>central</mirrorOf>-->
<!--</mirror>-->
<mirror>
<id>central</id>
<name>Maven Repository Switchboard</name>
<url>http://repo1.maven.org/maven2/</url>
<mirrorOf>central</mirrorOf>
</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>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>





























以上是关于几个maven仓库镜像的主要内容,如果未能解决你的问题,请参考以下文章

推荐几个好用的maven仓库镜像站

阿里云Maven配置,Maven仓库配置,Maven镜像配置

Maven仓库国内镜像站

maven替换中央仓库,阿里云镜像下载及自定义本地仓库位置

maven镜像配置

本地仓库镜像是如何从maven拉取依赖并下载到本地的