Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sisu-dev] Add support for Xpp3Dom type in PlexusXmlBeanConverter

Hi,

PlexusXmlBeanConverter currently only supports beans, collections, arrays and Properties type fields.
I would like to contribute a straightforward patch which adds support for Xpp3Dom field type in components.

This is needed to allow specifying mojo execution configuration in custom packaging types in maven (MNG-5805); those are defined as a LifecycleMapping plexus component and that configuration is basically a free-form xml.

I can see that this might go against bug 427674 (and two others about removing plexus-utils dependency), so having an alternative dom tree type that would be converted to Xpp3Dom on maven's side is also acceptable.


I've submitted an enhancement request: https://bugs.eclipse.org/bugs/show_bug.cgi?id=464959


--
Regards,
Anton.

Back to the top