From 9b46e626650689c0c62450a29455bbc31c9d34e4 Mon Sep 17 00:00:00 2001 From: xiby <15555438336@163.com> Date: Mon, 15 Jun 2020 23:14:48 +0800 Subject: [PATCH] Add file.encoding JVM args in maven-surefire-plugin to avoid charset problem (#1550) --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index cce32f54..8b741fcf 100755 --- a/pom.xml +++ b/pom.xml @@ -272,6 +272,7 @@ @{argLine} -Xms1024m -Xmx2048m + -Dfile.encoding=UTF-8 false