From ea188f61763f6b44f82095a4e9db2970bb34e1da Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 21 Jan 2025 15:53:49 +0100 Subject: [PATCH] for testing add mockito as javaagent --- pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index 69838ce6f..8aba600c3 100644 --- a/pom.xml +++ b/pom.xml @@ -70,6 +70,9 @@ 3.8.1 3.5.2 3.4.2 + + + @@ -324,6 +327,18 @@ + + org.apache.maven.plugins + maven-dependency-plugin + + + jar-paths-to-properties + + properties + + + + org.apache.maven.plugins maven-surefire-plugin @@ -340,6 +355,7 @@ true + @{surefire.jacoco.args} -javaagent:${org.mockito:mockito-core:jar} @@ -421,6 +437,9 @@ prepare-agent + + surefire.jacoco.args + report