Parameter for output encoding ----------------------------- Key: MCHANGES-197 URL: http://jira.codehaus.org/browse/MCHANGES-197 Project: Maven 2.x Changes Plugin Issue Type: New Feature Components: changes-report Affects Versions: 2.3, 2.1 Environment: Win XP, JDK 1.6.0_18, Maven 2.2.1 Reporter: Bruno Marti
Add an additional parameter to define the output encoding like in site-plugin. _<outputEncoding></outputEncoding>_ If I generate the changes-report by changes:changes-report, I get this in the html output: {code:xml} <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> ... {code} If I generate the same changes-report by site:site, I get this: {code:xml} <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> {code} Whereas, here I've defined _<outputEncoding>ISO-8859-1</outputEncoding>_ and as default in the parent pom _<project.reporting.outputEncoding>ISO-8859-1</project.reporting.outputEncoding>_ -- 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