Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that DOM model type is represented as Xpp3Dom object both for XPP3 and StAX Modello-generated parsers.

...

xpp3 intentionally leaks from core

Maven core provides xpp3 objects to plugins, for them to tweak configuration: see http://maven.apache.org/ref/3.0.4/maven-core/xref/org/apache/maven/classrealm/DefaultClassRealmManager.html#196

...

To be able to remove xpp3, we need a helper for these plugins that will support both xpp3 and StaX and protect them from core move from one to the other.

Notice that some Xpp3 use case don't require Xpp3 from core, but could be independant: for example, HelpMojo code generated by plugin-tools read an XML file, which has nothing shared with the core.

Votes

+1

brett

0

 

-1