I’ve previously used the MavenDeployer class (and its method getPom().withXml()) to customize POM files prior uploading to a repository.
However I need to do the same thing but when uploading an ivy.xml file. Is there a way to customize the ivy.xml file prior uploading ? Is there a similar callback to customize the Ivy descriptor ?
Constraint: I’m currently using the ‘old’ publishing mechanism and I can’t really switch to the new incubating ‘ivy-publish’ plugin for the moment.
I think I’ll have to switch to the new publish plugin. I wanted to defer this switch as long as possible because
The feature is still incubating. I wanted to start using it once it’s been stable
I’m already rolling out a lot of small changes to our internal builds and I wanted to avoid a big bang approach where developers will be lost. I initially thought that this change could be postponed