Skip to content

Instantly share code, notes, and snippets.

@ipl31
Created July 23, 2009 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ipl31/153727 to your computer and use it in GitHub Desktop.
Save ipl31/153727 to your computer and use it in GitHub Desktop.
Maven2 settings.xml to override url for ALL repos
<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