Skip to content

Commit bfa3e53

Browse files
author
Mark
committed
configure surefire plugin - encoding
1 parent df0c1a3 commit bfa3e53

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
@@ -158,6 +158,7 @@
158158
<artifactId>maven-surefire-plugin</artifactId>
159159
<version>2.19.1</version>
160160
<configuration>
161+
<argLine>-Dfile.encoding=UTF-8</argLine>
161162
<includes>
162163
<include>**/*Test.java</include>
163164
<include>**/*Example.java</include>

0 commit comments

Comments
 (0)