I have a <filesystem> resolver in my ivysettings.xml, along with the central M2 repository, and it all works OK. However, I was wondering whether there is a way to bypass the cache entirely for the dependencies found with the filesystem resolver. I don’t need to have them so many times around on my filesystem (once in the directory searched by the resolver, once in the cache, and once in each project’s lib folder…).
I have a <filesystem> resolver in my ivysettings.xml , along with the central M2
Share
Found it. The name of a cache with the
useOrigin="true"attribute can be specified on the resolver: