Ver código fonte
Add file.encoding JVM args in maven-surefire-plugin to avoid charset problem (#1550)
master
xiby
GitHub
4 anos atrás
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com
1 adições e
0 exclusões
-
pom.xml
|
|
@@ -272,6 +272,7 @@ |
|
|
|
<configuration> |
|
|
|
<!-- CircleCI build workaround --> |
|
|
|
<argLine>@{argLine} -Xms1024m -Xmx2048m</argLine> |
|
|
|
<argLine>-Dfile.encoding=UTF-8</argLine> |
|
|
|
<useSystemClassLoader>false</useSystemClassLoader> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|