Is it possible to alter a plugin's configuration before it executes? I'm writing a plugin that checks the build plugins for the current maven project and updates their Xpp3Dom configuration (plugin.setConfiguration). The new configuration seems to be correct, but it is not used.
For example, I'm adding some manifest entries to the bundle plugin. My plugin is running in the initialize phase. Anything I could be missing or something else I need to do? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
