Details
-
Bug
-
Resolution: Fixed
-
Minor
-
11.10.8, 12.6
-
Unknown
-
N/A
-
N/A
-
Description
The content of comment is not properly cleaned up by mvn xar:format.
Reproduction step:
- unzip the provided example, go in the folder and execute mvn xar:format
Expected result:
- the WebHome.xml file should contain <comment/> and calling mvn clean install should success
Obtained result:
- the WebHome.xml file contains <comment>]</comment> and mvn clean install fail because of it.