收集的maven 仓库地址(maven repository)

maven 仓库地址:
共有的仓库
http://repo1.maven.org/maven2/
http://repository.jboss.com/maven2/
http://repository.sonatype.org/content/groups/public/
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/acegisecurity/


私有的仓库
http://repository.codehaus.org/
http://snapshots.repository.codehaus.org/
http://people.apache.org/repo/m2-snapshot-repository
http://people.apache.org/repo/m2-incubating-repository/

来个直接的,如果只是想简单的配置maven,找到maven的配置文件:setting.xml

收集的maven 仓库地址(maven repository)_第1张图片

直接在setting.xml中添加以下代码,然后点击保存。

 
   aliyun
   *
   aliyun Maven
   http://maven.aliyun.com/nexus/content/groups/public/
 

收集的maven 仓库地址(maven repository)_第2张图片

你可能感兴趣的:(收集的maven 仓库地址(maven repository))