From 6698e6b8653c00486aae2ec699d99f3905dc8119 Mon Sep 17 00:00:00 2001 From: Marija Stojanovic Date: Wed, 27 Aug 2025 13:15:59 +0000 Subject: [PATCH] Resolve "Surefire Test Error running de.kosit.validationtool.impl.xml.RemoteResolvingStrategyTest fails without http.proxy setting" --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 7214bfe..174abe0 100644 --- a/pom.xml +++ b/pom.xml @@ -464,6 +464,12 @@ maven-surefire-plugin 3.5.3 + + + java.net.useSystemProxies + true + + -Dfile.encoding=UTF-8 ${jacocoSurefire}