[ http://jira.codehaus.org/browse/MRELEASE-223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benjamin Bentmann closed MRELEASE-223. -------------------------------------- Assignee: Benjamin Bentmann Resolution: Fixed Fix Version/s: 2.0-beta-8 This is basically fixed by MRELEASE-87, i.e. the POM is now written using the encoding given by the XML declaration. As for the entities themselves: These will keep to be expanded, I see no (feasible) way of preserving them, also considering that they have little use: simply specify your desired charset in the XML declaration and edit the POM right away. > Generated pom.xml has invalid chars (does not correctly handle xml entities) > ---------------------------------------------------------------------------- > > Key: MRELEASE-223 > URL: http://jira.codehaus.org/browse/MRELEASE-223 > Project: Maven 2.x Release Plugin > Issue Type: Bug > Affects Versions: 2.0-beta-4 > Reporter: Stefano Bagnara > Assignee: Benjamin Bentmann > Fix For: 2.0-beta-8 > > > In our main pom we have this entry: > {code:xml} > <developer> > <id>hilmer</id> > <name>Søren Hilmer</name> > <email>sh at widetrail.dk</email> > <timezone /> > <roles> > <role>Developer</role> > </roles> > </developer> > {code} > 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. > {code:xml} > <developer> > <id>hilmer</id> > <name>Søren Hilmer</name> > <email>sh at widetrail.dk</email> > <timezone /> > <roles> > <role>Developer</role> > </roles> > </developer> > {code} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira