Skip to content

Instantly share code, notes, and snippets.

@mingyu-kwak
Created September 19, 2017 04:43
Show Gist options
  • Select an option

  • Save mingyu-kwak/9a6382369e989a25a9578d81aecc359e to your computer and use it in GitHub Desktop.

Select an option

Save mingyu-kwak/9a6382369e989a25a9578d81aecc359e to your computer and use it in GitHub Desktop.
Maven Mirror Setting
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<mirrors>
<mirror>
<id>nexus</id>
<name>local</name>
<url>http://172.18.7.154:8081/repository/maven-central/</url>
<mirrorOf>*</mirrorOf>
</mirror>
</mirrors>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment