> -----Original Message----- > From: Robert Buck [mailto:[EMAIL PROTECTED] > > Question: How does one merge a cache and the local repository > so that resolve and publish act out the same file system location? >
I think you can use useOrgin during the resolve (or per the resolver, I'm not sure anymore) so that the jars are not copied to the cache (but the ivy files will). > > Question: What out of the box IVY tooling allows a copy of an > artifact to be duplicated into the "shared" repository? > I guess you can use the install task. Gilles
