Browse Source

Add file.encoding JVM args in maven-surefire-plugin to avoid charset problem (#1550)

master
xiby GitHub 4 years ago
parent
commit
9b46e62665
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      pom.xml

+ 1
- 0
pom.xml View File

@@ -272,6 +272,7 @@
<configuration>
<!-- CircleCI build workaround -->
<argLine>@{argLine} -Xms1024m -Xmx2048m</argLine>
<argLine>-Dfile.encoding=UTF-8</argLine>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>


Loading…
Cancel
Save