Fixed file encoding employed by PluginXDocGenerator
---------------------------------------------------

                 Key: MPLUGIN-76
                 URL: http://jira.codehaus.org/browse/MPLUGIN-76
             Project: Maven 2.x Plugin Tools
          Issue Type: Bug
          Components: API
    Affects Versions: 2.3
            Reporter: Benjamin Bentmann
         Attachments: file-encoding.patch

The class currenlty uses the platform's default encoding (say ISO-8859-1) to 
write a XML file without a XML declaration such that readers will assume UTF-8 
instead. The patch enforces UTF-8 output and (as a best practice) adds the XML 
declaration to the output file.

-- 
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

        

Reply via email to