maven/maven-xml-impl
Alexey Venderov 7967c204e4
[MNG-7683] Iterate over each dominant child (#986)
* Iterate over each dominant child
* Use more generic test data
2023-03-02 06:30:24 +01:00
..
src [MNG-7683] Iterate over each dominant child (#986) 2023-03-02 06:30:24 +01:00
README.md [MNG-7660] Rename Dom to XmlNode in the v4 api (#946) 2023-01-03 16:52:23 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2023-01-27 16:33:47 +01:00

README.md

Apache Maven XML Impl

This module contains the implementation of the org.apache.maven.api.xml.XmlNode interface used to convey XML snippets in the object model, and also the modified org.codehaus.plexus.util.xml package which wraps the immutable objects from org.apache.maven.api.xml.XmlNode in order to provide compatibility and interoperability between the API v3.x and v4.x.

See plexus-utils for more information.