Created
November 23, 2015 08:10
-
-
Save mz0/7a978616305a40c795a5 to your computer and use it in GitHub Desktop.
Re-use .m2 in Ivy.
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
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