Use proper file encoding when checking site descriptor ------------------------------------------------------
Key: MDOCCK-10 URL: http://jira.codehaus.org/browse/MDOCCK-10 Project: Maven 2.x DOCCK Plugin Issue Type: Bug Affects Versions: 1.0-beta-2 Reporter: Benjamin Bentmann This is not working reliably: {code:java} String siteHtml = FileUtils.fileRead( siteXml.getAbsolutePath() ); {code} See also [Common Bugs|http://www.nabble.com/Common-Bugs-to14783703s177.html#a15919795]. -- 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