Last active
February 12, 2018 16:20
-
-
Save arehmandev/e4ee5765084eaa18266572dd17c83378 to your computer and use it in GitHub Desktop.
One that actually works
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"?> | |
| <ivy-settings> | |
| <settings defaultResolver="downloadGrapes" /> | |
| <resolvers> | |
| <ibiblio name="ibiblio-maven2" m2compatible="true"/> | |
| <ibiblio name="java-net-maven2" root="http://download.java.net/maven/2/" m2compatible="true" /> | |
| <ibiblio name="maven" root="http://mvnrepository.com/artifact/" m2compatible="true" /> | |
| <chain name="downloadGrapes"> | |
| <resolver ref="maven"/> | |
| <resolver ref="ibiblio-maven2"/> | |
| <resolver ref="java-net-maven2"/> | |
| </chain> | |
| </resolvers> | |
| </ivy-settings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment