-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.7.2
-
Component/s: Infrastructure, Tests
Maybe because Maven Surefire plugin forks a JVM process, it seems that it can sometimes use a different encoding than the one specified in the POM.
Add a -Dfile.encoding=UTF-8 argline parameter to its configuration.