This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch release/2.22.3
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/release/2.22.3 by this push:
     new 35a5580  removed ${jacoco.agent}
35a5580 is described below

commit 35a5580df42fb736f3c4b022b49bd5a046f5f87e
Author: tibordigana <tibordig...@apache.org>
AuthorDate: Sat Apr 2 20:07:23 2022 +0200

    removed ${jacoco.agent}
---
 .../java/org/apache/maven/surefire/its/fixture/SurefireLauncher.java    | 2 +-
 surefire-its/src/test/resources/testng-simple/pom.xml                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/surefire-its/src/test/java/org/apache/maven/surefire/its/fixture/SurefireLauncher.java
 
b/surefire-its/src/test/java/org/apache/maven/surefire/its/fixture/SurefireLauncher.java
index 0e40622..2feee33 100755
--- 
a/surefire-its/src/test/java/org/apache/maven/surefire/its/fixture/SurefireLauncher.java
+++ 
b/surefire-its/src/test/java/org/apache/maven/surefire/its/fixture/SurefireLauncher.java
@@ -143,7 +143,7 @@ public final class SurefireLauncher
         goals.add( "-Dsurefire.version=" + surefireVersion );
 
         String jacocoAgent = System.getProperty( "jacoco.agent", "" );
-        goals.add( "-Djacoco.agent=" + jacocoAgent );
+        //goals.add( "-Djacoco.agent=" + jacocoAgent );
 
         goals.add( "-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2" );
 
diff --git a/surefire-its/src/test/resources/testng-simple/pom.xml 
b/surefire-its/src/test/resources/testng-simple/pom.xml
index d361ddc..135c989 100644
--- a/surefire-its/src/test/resources/testng-simple/pom.xml
+++ b/surefire-its/src/test/resources/testng-simple/pom.xml
@@ -87,7 +87,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <version>${surefire.version}</version>
         <configuration>
-          <argLine>${argLine} ${jacoco.agent}</argLine>
+          <argLine>${argLine}</argLine>
           <runOrder>reversealphabetical</runOrder>
           <properties>
             <property>

Reply via email to