Skip to content

Instantly share code, notes, and snippets.

@mz0
Created November 23, 2015 08:10
Show Gist options
  • Save mz0/7a978616305a40c795a5 to your computer and use it in GitHub Desktop.
Save mz0/7a978616305a40c795a5 to your computer and use it in GitHub Desktop.
Re-use .m2 in Ivy.
mz0@mzi5:~$ du -sh ~/.ivy2/ ~/.m2/
272M /home/mz0/.ivy2/
140M /home/mz0/.m2/
http://stackoverflow.com/questions/6216224/use-maven-repository-as-local-ivy-cache
specify the cache and the layout of the cache by using the
<cache/> Tag
The Tag is described here: http://ant.apache.org/ivy/history/2.0.0/settings/caches.html
Don't download the internet. Share Maven and Ivy repositories with Docker containers
http://blog.flurdy.com/2014/11/dont-download-internet-share-maven-ivy-docker.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment