What benefit does this have aside from a tiny saving in disk space?

Not that tiny when you multiply it across the dozens of projects on your hard drive.

repos $ du -hc $(ls */lib/*.jar) | fgrep total
291M    total

Add to that the size of the Maven repo itself.

Symlinks are nice.


* you can tarball your project directory, rsync it another machine or
 whatever and everything you need will be right there.  No need to
 worry about redownloading anything or copying your local maven cache
 around.

Unix is great.

man tar:

       -h, --dereference
              don't dump symlinks; dump the files they point to

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to