Created
July 23, 2009 23:28
-
-
Save ipl31/153730 to your computer and use it in GitHub Desktop.
maven2 settings.xml file to override "central" repo url
This file contains 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
<settings> | |
<mirrors> | |
<mirror> | |
<id>Local raven mirror or proxy</id> | |
<name>corp</name> | |
<url>http://maven:8081/artifactory/repo</url> | |
<mirrorOf>central</mirrorOf> | |
</mirror> | |
</mirrors> | |
</settings> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment