Created
March 28, 2012 01:06
-
-
Save ryenus/2222607 to your computer and use it in GitHub Desktop.
maven mirror setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
- m.g.o-public (http://maven.glassfish.org/content/groups/public/) is down | |
- replace it with maven.jenkins-ci.org (http://maven.jenkins-ci.org/content/groups/artifacts) | |
--> | |
<mirrors> | |
<mirror> | |
<id>maven.jenkins-ci.org</id> | |
<mirrorOf>m.g.o-public</mirrorOf> | |
<url>http://maven.jenkins-ci.org/content/groups/artifacts</url> | |
</mirror> | |
</mirrors> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment