Skip to content

Commit 74b7d97

Browse files
author
Nicholas Albion
committed
Configured surefire to use UTF-8 so that Aslak can write & read his
surname to/from a temp file.
1 parent ff6dca4 commit 74b7d97

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)