From 95e0c3d3b4ea453a8ac1f82a23840e77b3697321 Mon Sep 17 00:00:00 2001 From: jlink Date: Wed, 9 Apr 2025 11:34:52 +0200 Subject: [PATCH] set propertiesEncoding for maven-resource-plugin to ISO-88591-1 --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cd1efac..5da0c1d 100644 --- a/pom.xml +++ b/pom.xml @@ -560,7 +560,14 @@ LF - + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 + + ISO-8859-1 + +