aliyun阿里云Maven仓库地址和其他地址

aliyun阿里云Maven仓库地址——加速你的maven构建
maven仓库用过的人都知道,国内有多么的悲催。还好有比较好用的镜像可以使用,尽快记录下来。速度提升100倍。

http://maven.aliyun.com/nexus/#view-repositories;public~browsestorage

在maven的settings.xml 文件里配置mirrors的子节点,添加如下mirror

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

search

http://search.maven.org/

开源中国

http://maven.oschina.net/content/groups/public/

sonatype

http://repository.sonatype.org/

jboss

http://repository.jboss.com/nexus/content/repositories/root_repository/maven2/

artifactoryonline libs

http://gradle.artifactoryonline.com/gradle/libs/

ibiblio

  http://mirrors.ibiblio.org/pub/mirrors/maven2/ 

 artifactoryonline plugins

   http://gradle.artifactoryonline.com/gradle/plugins

googlecode
   http://google-maven-repository.googlecode.com/svn/repository

springframework release
   http://maven.springframework.org/release

springframework milestone
   http://maven.springframework.org/milestone

codehaus
   http://repository.codehaus.org

public-jboss
   http://repository.jboss.org/nexus/content/groups/public-jboss

jfrog plugins-releases-local
   http://repo.jfrog.org/artifactory/plugins-releases-local

jfrog libs-releases-local
   http://repo.jfrog.org/artifactory/libs-releases-local

java 1
   http://download.java.net/maven/1

java 2
   http://download.java.net/maven/2

maven
   http://repo1.maven.org/maven2

intalio
   http://www.intalio.org/public/maven2/

jarvana

   http://www.jarvana.com/jarvana/browse/

ebi

http://www.ebi.ac.uk/intact/maven/nexus/content/groups/public/

原文地址:https://www.cnblogs.com/adamas21/p/6276788.html