From efd01b591ed73c3f5a905fbdf162a5355e586066 Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Thu, 2 Jan 2025 15:49:25 +0100 Subject: [PATCH] Fix Maven warnings Don't try to set maven.compiler.encoding, it's default value is project.build.sourceEncoding, therefore that's superfluous. Revert 296d11253931afec0b336eb1784936c4cccac4ba changes. Those are wrong here, as tycho-surefire is not the same as maven-surefire. Signed-off-by: Michael Keppler --- build/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build/pom.xml b/build/pom.xml index a5088226f..2563cbaac 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -34,7 +34,6 @@ due to xtend's template symbols («) when running maven on windows. --> UTF-8 UTF-8 - UTF-8 @@ -240,15 +239,6 @@ ${tycho-version} true - - - - false - 1 **/TestUtil.java