Add file.encoding JVM args in maven-surefire-plugin to avoid charset problem (#1550)
This commit is contained in:
parent
ff0e53f7c6
commit
9b46e62665
1
pom.xml
1
pom.xml
|
|
@ -272,6 +272,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- CircleCI build workaround -->
|
<!-- CircleCI build workaround -->
|
||||||
<argLine>@{argLine} -Xms1024m -Xmx2048m</argLine>
|
<argLine>@{argLine} -Xms1024m -Xmx2048m</argLine>
|
||||||
|
<argLine>-Dfile.encoding=UTF-8</argLine>
|
||||||
<useSystemClassLoader>false</useSystemClassLoader>
|
<useSystemClassLoader>false</useSystemClassLoader>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue