Hi, I am trying to attain maximum reusability of the artifacts in my Ivy cache. 
 I have multiple groups of projects, each group having its own ivy repository 
chain.   What I would like to do is point the repository cache at a global 
location (i.e. ivy.cache.repository).  Each group would point the resolution 
cache (ivy.cache.resolution) at a group-specific location.  So I have something 
like this:

Group A
ivy.cache.repository="global_cache"
ivy.cache.resolution="A"

Group B
ivy.cache.repository="global_cache"
ivy.cache.resolution="B"

Is this safe?

Thanks for any insight.

Reply via email to