Use correct encoding for plugin descriptor ------------------------------------------
Key: MPLUGIN-94 URL: http://jira.codehaus.org/browse/MPLUGIN-94 Project: Maven 2.x Plugin Tools Issue Type: Bug Components: API Affects Versions: 2.3 Reporter: Benjamin Bentmann Attachments: plugin-descriptor-encoding.patch The {{plugin.xml}} is currently written without a XML declaration, defaulting the encoding to UTF-8. However, the actual {{Writer}} being employed is using the JVM's default encoding, yielding invalid XML for non-ascii characters if file.encoding != UTF-8. -- 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