Skip to content

Instantly share code, notes, and snippets.

@ramonjoaquim
Last active January 7, 2021 11:32
Show Gist options
  • Save ramonjoaquim/932cb96c060c8e4c65c2ccae6e3ab238 to your computer and use it in GitHub Desktop.
Save ramonjoaquim/932cb96c060c8e4c65c2ccae6e3ab238 to your computer and use it in GitHub Desktop.
Maven settings default - anupam
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
https://maven.apache.org/xsd/settings-1.0.0.xsd">
<mirrors>
<mirror>
<id>anupam.com</id>
<name>anupam</name>
<url>https://repo.maven.apache.org/maven2/</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