Versions Compared

Key

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

...

xpp3 intentionally leaks from core

Maven core provides xpp3 Xpp3Dom objects to plugins, created by Modello's code generated from pom's model for configuration DOM fields, for them to tweak configuration: see http://maven.apache.org/ref/3.0.4/maven-core/xref/org/apache/maven/classrealm/DefaultClassRealmManager.html#196

...

  1. MODELLO-260: Modello support to represent DOM content in another format then than Xpp3Dom: still need to choose the best one (DOM's Element as it is in JDK since 1.4? Another because of limitations of DOM?)DOM limitations?)
  2. Plexus container support for these DOM objects?
  3. a helper for these plugins that will support both xpp3 and the new DOM representation and protect them from core move from one to the other.

...