From e608e2a2ec44356de05c0dfdd692134b6ff7f731 Mon Sep 17 00:00:00 2001 From: Karl Heinz Marbaise Date: Tue, 26 Dec 2023 14:58:51 +0100 Subject: [PATCH] Fixed #424 - Check for WARNING about Java agent --- itf-maven-plugin/pom.xml | 2 +- pom.xml | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/itf-maven-plugin/pom.xml b/itf-maven-plugin/pom.xml index f05b394e18..2b21614e65 100644 --- a/itf-maven-plugin/pom.xml +++ b/itf-maven-plugin/pom.xml @@ -190,7 +190,7 @@ org.apache.maven.plugins maven-failsafe-plugin - + 5 true diff --git a/pom.xml b/pom.xml index 3dfe0fa806..1cfc40c4fc 100644 --- a/pom.xml +++ b/pom.xml @@ -228,6 +228,27 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + + @{argLine} + -XX:+EnableDynamicAgentLoading + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + @{argLine} + -XX:+EnableDynamicAgentLoading + + + +