Skip to content

Instantly share code, notes, and snippets.

@spmallette
Created October 29, 2019 10:44
Show Gist options
  • Save spmallette/d9b0d355f8b40b8afa4e7a6a0a27faed to your computer and use it in GitHub Desktop.
Save spmallette/d9b0d355f8b40b8afa4e7a6a0a27faed to your computer and use it in GitHub Desktop.
<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