Encoding issues with reports ---------------------------- Key: MSITE-544 URL: http://jira.codehaus.org/browse/MSITE-544 Project: Maven 2.x and 3.x Site Plugin Issue Type: Bug Affects Versions: 3.0-beta-3 Environment: MacOS 10.6.6, Maven 3.0.2 also seen on Windows XP, Maven 3.0.2 Reporter: Anders Hammar Attachments: mojo-details-encoding.zip
When specify project.reporting.outputEncoding and using non-ascii chars in a mojo's description (and also for mojo param descriptions), the chars are incorrectly transferred to the mojo details site page. I think there's a general encoding issue, but this is where I've seen the problem and it is easy to reproduce. Steps to reproduce with attached project: * execute 'mvn site' * have a look in target/generated-site/xdoc/touch-mojo.xml * for example, check the description of the mojo. It should be "åäöÅÄÖ", but is garbage. -- 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