Introduction
This page list all mirrors repositories for central repositories. Repo1.maven.org is a globally balanced CNAME that will direct you to the closest mirror for highest performance. Read more about the details here: http://www.sonatype.com/people/2011/07/the-central-repository-is-getting-faster-are-you-ready-for-the-new-ips/
Please read http://maven.apache.org/guides/mini/guide-mirror-settings.html for how to configure a mirror with Maven.
Please check the |
Globally balanced urls for Central
United States, California | <mirror>
<id>Central</id>
<url>http://repo1.maven.org/maven2</url>
<mirrorOf>central</mirrorOf>
<!-- United States, St. Louis-->
</mirror>
| |
| United Kingdom | (this is a globally balanced dns, the same as repo1) | <mirror>
<id>uk.maven.org</id>
<url>http://uk.maven.org/maven2</url>
<mirrorOf>central</mirrorOf>
<!-- United Kingdom -->
</mirror>
|
Mirrors Repositories Pushed Directly from Central
United States, North Carolina | <mirror>
<id>ibiblio.org</id>
<url>http://mirrors.ibiblio.org/pub/mirrors/maven2</url>
<mirrorOf>central</mirrorOf>
<!-- United States, North Carolina -->
</mirror>
|
Independent Proxies of Central
Location | URL | Configuration |
|---|---|---|
France | <mirror>
<id>antelink.com</id>
<url>http://maven.antelink.com/content/repositories/central/</url>
<mirrorOf>central</mirrorOf>
<!-- France -->
</mirror>
|

1 Comment
Hide/Show CommentsNov 04, 2009
Ian Springer
Should http://maven2.mirrors.skynet.be/pub/maven2/ be added to this list?