From 6c074265265d5cebc5a0b0edfa2581d553e1e9d2 Mon Sep 17 00:00:00 2001 From: Kunal Gupta Date: Mon, 23 Dec 2024 21:49:50 -0500 Subject: [PATCH] Prevent overwriting jacoco execution variable --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 53bdf863e31..8044a50c0e7 100644 --- a/pom.xml +++ b/pom.xml @@ -479,7 +479,7 @@ maven-surefire-plugin - --add-opens java.base/java.lang=ALL-UNNAMED + @{argLine} --add-opens java.base/java.lang=ALL-UNNAMED @@ -488,7 +488,7 @@ maven-failsafe-plugin - --add-opens java.security.jgss/sun.security.krb5=ALL-UNNAMED + @{argLine} --add-opens java.security.jgss/sun.security.krb5=ALL-UNNAMED