Created
September 19, 2017 04:43
-
-
Save mingyu-kwak/9a6382369e989a25a9578d81aecc359e to your computer and use it in GitHub Desktop.
Maven Mirror Setting
This file contains hidden or 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
| <?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