Add the plugin to the <build>/<plugins> section of your pom.xml if not already present: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.10</version> <configuration> <argLine>-Dfile.encoding=UTF-8</argLine> </configuration> <...