Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-beta-4
-
None
-
None
Description
In our main pom we have this entry:
<developer> <id>hilmer</id> <name>Søren Hilmer</name> <email>sh at widetrail.dk</email> <timezone /> <roles> <role>Developer</role> </roles> </developer>
in the resulting pom.xml the entity is converted to the real value, and the next time I try to use the pom it results in invalid output.
<developer> <id>hilmer</id> <name>Søren Hilmer</name> <email>sh at widetrail.dk</email> <timezone /> <roles> <role>Developer</role> </roles> </developer>
Attachments
Issue Links
- is related to
-
MRELEASE-87 Poms are written with wrong encodings
- Closed
-
MRELEASE-221 XML header missing in modified POM after release:prepare
- Closed