Introduce MavenJDomReader and MavenJDomWriter
Opened this issue · 0 comments
marcrohlfs commented
The ETL approach, that was adopted from the Maven Release when starting (or replicating) this project, doesn't actually work very well for us. Would be more useful to have (something like) a MavenJDomReader
and a MavenJDomWriter
that work similar to the MavenXpp3Reader
and MavenXpp3Writer
.
The new MavenJDomWriter
should support saving a newly created model object (just like the MavenXpp3Writer
does).
The ETL approach may retained for a short deprecation period.