Hi all, I have found that using the default "*->*" rule pulls all the 'optional' and 'compile' dependencies of maven projects. Instead, "*->default" would download just the runtime dependencies, but looking at the code it seems that I would have to add a new defaultconf="*->default" in each and every ivy.xml file.
Could we add a new property, ivy.default.conf, that by default is "*->*" or something? Regards, Ignacio.
