Created
July 23, 2009 23:27
-
-
Save ipl31/153727 to your computer and use it in GitHub Desktop.
Maven2 settings.xml to override url for ALL repos
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>*</mirrorOf> | |
</mirror> | |
</mirrors> | |
</settings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment