Skip to content

Commit 8beba84

Browse files
committed
Merge pull request cucumber#437 from nalbion/surefire_utf-8
Issue cucumber#436 - Configured surefire to use UTF-8 for Hellesøy
2 parents ff6dca4 + 74b7d97 commit 8beba84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@
451451
<argLine>-Duser.language=en</argLine>
452452
<argLine>-Xmx1024m</argLine>
453453
<argLine>-XX:MaxPermSize=256m</argLine>
454+
<argLine>-Dfile.encoding=UTF-8</argLine>
454455
<useFile>false</useFile>
455456
</configuration>
456457
</plugin>

0 commit comments

Comments
 (0)