François Houdebert created SUREFIRE-1009:
--------------------------------------------
Summary: Surefire reports are not encoded in UTF-8 whereas it used to be the
case in version 2.14.1
Key: SUREFIRE-1009
URL: https://jira.codehaus.org/browse/SUREFIRE-1009
Project: Maven Surefire
Issue Type: Bug
Components: Maven Surefire Plugin
Affects Versions: 2.15
Environment: windows server 2008 java maven 3.05
Reporter: François Houdebert
Sonar plugin fails because log message are not encoded in UTF-8 :
Caused by: org.sonar.api.utils.SonarException: Fail to parse the Surefire report: mypath\target\surefire-reports\TEST-MyTest.xml
at org.sonar.plugins.surefire.api.AbstractSurefireParser.parseFiles(AbstractSurefireParser.java:94)
at org.sonar.plugins.surefire.api.AbstractSurefireParser.parseFiles(AbstractSurefireParser.java:82)
at org.sonar.plugins.surefire.api.AbstractSurefireParser.collect(AbstractSurefireParser.java:56)
at org.sonar.plugins.surefire.SurefireSensor.collect(SurefireSensor.java:58)
at org.sonar.plugins.surefire.SurefireSensor.analyse(SurefireSensor.java:53)
at org.sonar.batch.phases.SensorsExecutor.execute(SensorsExecutor.java:64)
at org.sonar.batch.phases.Phases.execute(Phases.java:97)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|