From d5457029adc166dba2fa8b6fd3e2798baf6e670f Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Mon, 21 Jul 2025 15:58:37 -0500 Subject: [PATCH] Force UTF-8 encoding in all tests. This fixes several test failures when running tests from Windows commandline because Windows doesn't default to using UTF-8. --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 5bce1fa76c..fb264e181e 100644 --- a/pom.xml +++ b/pom.xml @@ -531,10 +531,10 @@ - + test-argLine @@ -543,7 +543,7 @@ - -Xmx1024m + -Xmx1024m -Dfile.encoding=UTF-8