Skip to content

Instantly share code, notes, and snippets.

@mkristian
Created November 25, 2015 16:11
<settings>
<mirrors>
<mirror>
<id>lookout</id>
<!-- mirror all but localhost and file base urls -->
<mirrorOf>external:*</mirrorOf>
<url>https://127.0.0.1/maven/</url>
</mirror>
</mirrors>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment