Hi, Is there a way to prevent the <deliver> (<publish>) task from overwriting the source ivy.xml file?
I have a bunch of project directories like this projectx - src - dist - ivy.xml Now when I publish these projects, the original ivy.xml is being overwritten with the resolved version: [ivy:publish] delivering ivy file to /home/carsten/projects/projectx/ivy.xml How can I keep my original version untouched and let Ivy deliver somewhere else? Or do I have to copy the ivy.xml to a temporary location (i.e. dist directory) and let it deliver/publish from there? Thanks Carsten
