Created
October 29, 2019 10:44
-
-
Save spmallette/d9b0d355f8b40b8afa4e7a6a0a27faed to your computer and use it in GitHub Desktop.
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
<ivysettings> | |
<settings defaultResolver="downloadGrapes"/> | |
<resolvers> | |
<chain name="downloadGrapes"> | |
<!-- | |
<filesystem name="cachedGrapes"> | |
<ivy pattern="${user.home}/.groovy/grapes/[organisation]/[module]/ivy-[revision].xml"/> | |
<artifact pattern="${user.home}/.groovy/grapes/[organisation]/[module]/[type]s/[artifact]-[revision].[ext]"/> | |
</filesystem> | |
--> | |
<ibiblio name="local" root="file:${user.home}/.m2/repository/" m2compatible="true"/> | |
<ibiblio name="central" root="http://central.maven.org/maven2/" m2compatible="true"/> | |
<ibiblio name="java.net2" root="http://download.java.net/maven/2/" m2compatible="true"/> | |
<!-- <ibiblio name="apache-snapshots" root="http://repository.apache.org/snapshots/" m2compatible="true"/> --> | |
</chain> | |
</resolvers> | |
</ivysettings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment