From 74de78ab40e6e2cadcb3b7b09cdb9e2d1b276eb5 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Wed, 9 Apr 2025 11:08:52 +0200 Subject: [PATCH] Ensure ISO-8859-1 encoding of propery files to fix MalformedInputException --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index cd1efac..a15c4c7 100644 --- a/pom.xml +++ b/pom.xml @@ -173,6 +173,14 @@ + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 + + ISO-8859-1 + + org.codehaus.mojo build-helper-maven-plugin