From 2bccd86265180da1020d3252625462e731c1e534 Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Thu, 19 Jun 2025 11:30:52 +0300 Subject: [PATCH] Fix jacoco - pass args to failsafe and surefire plugins (#2473) Signed-off-by: Avgustin Marinov Co-authored-by: github-actions[bot] --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index ba2e57355..5a1cf84e3 100644 --- a/pom.xml +++ b/pom.xml @@ -526,7 +526,7 @@ false true ${surefire.forkcount} - ${surefire.jvm.args} + ${jacoco.agent.args} ${surefire.jvm.args} listener @@ -550,7 +550,7 @@ false ${failsafe.forkcount} - ${failsafe.jvm.args} + ${jacoco.agent.integration.args} ${failsafe.jvm.args} listener @@ -580,7 +580,7 @@ prepare-agent - jacocoAgentArgs + jacoco.agent.args @@ -590,7 +590,7 @@ prepare-agent-integration - jacocoAgentIntegrationArgs + jacoco.agent.integration.args