Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
3.0.1
-
None
Description
After MPH-138 the XML declaration is written multiple times. This is because AbstractEffectiveMojo#addMavenNamespace() did out.output(document.getRootElement()) which implicitly omitted the declaration. Now, it is always present by the Xpp3Writer and cannot be disabled.
Attachments
Issue Links
- is broken by
-
MPH-138 Drop AbstractEffectiveMojo#addMavenNamespace()
- Closed