maven仓库

Maven详解之仓库------本地仓库、远程仓库

[url]http://blog.csdn.net/wanghantong/article/details/36427433[/url]


#收集的maven仓库
http://maven.wso2.org/nexus/content/groups/public/
http://jcenter.bintray.com/
http://maven.antelink.com/content/repositories/central/
http://nexus.openkoala.org/nexus/content/groups/Koala-release/
http://maven.tmatesoft.com/content/groups/public/
http://mavensync.zkoss.org/maven2/
http://maven.springframework.org/release/




uk central
uk Central Repository
http://uk.maven.org/maven2
central



sonatype
sonatype Central
http://repository.sonatype.org/content/groups/public/
central



jboss
JBoss Public Repository Group
http://repository.jboss.org/nexus/content/groups/public
central



阿里云提供Maven私服,setting.xml配置

[url]https://github.com/ae6623/Zebra/blob/master/maven-repo-settings-ali.xml[/url]








xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">

D:\Repositories\Maven








org.mortbay.jetty













releases
ali
ali


Snapshots
ali
ali








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



nexus-public-snapshots
public-snapshots
http://maven.aliyun.com/nexus/content/repositories/snapshots/






development


central
http://central
truealways
truealways




central
http://central
truealways
truealways





public-snapshots


public-snapshots
http://public-snapshots
false
truealways




public-snapshots
http://public-snapshots
false
truealways






development
public-snapshots



你可能感兴趣的:(其他)