Hello,

I have a mojo which requires a project. When it starts, it gets the project's build plugins, searches for a specific one, and then takes its configuration and changes is. The configuration is an Xpp3Dom object, which I convert to String with toString()... but how do I convert that String back to Xpp3Dom?

This is what I mean:

String config = plugin.getConfiguration().toString();
config = doStuff(config);
plugin.setConfiguration(config);

Thanks, Csaba



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to