Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.5.1
-
Fix Version/s: 1.5.2
-
Labels:None
-
Patch Submitted:Yes
Description
The MXSerializer commonly used by the Modello generated writers produces something like
<?xml version="1.0" encoding="UTF-8"?><metadata> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>2.1</version> <versioning> <latest>2.1</latest> <release>2.1</release> <versions> <version>2.0</version> <version>2.1</version> </versions> <lastUpdated>20070407095323</lastUpdated> </versioning> </metadata>
It would be cool if there were newlines after the XML declaration and at the end of file.
Issue Links
- is depended upon by
-
MSHARED-69
Improve pretty printing the POM when it gets written to a file
-
Fixed in r7279.