From e26184ad4589ac57f84e0190296eefcc00e8b543 Mon Sep 17 00:00:00 2001 From: Ludovic Orban Date: Mon, 18 Jan 2021 11:04:48 +0100 Subject: [PATCH 1/2] set source encoding to UTF-8 Signed-off-by: Ludovic Orban --- build-resources/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-resources/pom.xml b/build-resources/pom.xml index 81cf7b88a31..1f15bea4745 100644 --- a/build-resources/pom.xml +++ b/build-resources/pom.xml @@ -6,6 +6,10 @@ jar Jetty :: Build Resources + + UTF-8 + + From 9840a82e8c7cc6f0c4b2ddf159efcd0b9e5c855d Mon Sep 17 00:00:00 2001 From: Ludovic Orban Date: Fri, 15 Jan 2021 15:40:51 +0100 Subject: [PATCH 2/2] force LC_ALL env variable when running tests Signed-off-by: Ludovic Orban --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 2b0a961bbbe..4288b0c38da 100644 --- a/pom.xml +++ b/pom.xml @@ -676,6 +676,10 @@ true ${jetty.testtracker.log} + + + en_US.UTF-8 +