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

michaelo pushed a commit to branch maven-verifier-2.0.0-M1
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/maven-verifier-2.0.0-M1 by 
this push:
     new eed6e4d12 Quote ${jacoco.agent} in ITs
eed6e4d12 is described below

commit eed6e4d126657a5e9b2be2f885502e65dfb62449
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sat Dec 30 23:40:50 2023 +0100

    Quote ${jacoco.agent} in ITs
---
 surefire-its/src/test/resources/junit47-parallel/pom.xml                | 2 +-
 .../src/test/resources/testng-740-parallel-without-threadcount/pom.xml  | 2 +-
 surefire-its/src/test/resources/testng-740-parallel/pom.xml             | 2 +-
 surefire-its/src/test/resources/testng-simple/pom.xml                   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/surefire-its/src/test/resources/junit47-parallel/pom.xml 
b/surefire-its/src/test/resources/junit47-parallel/pom.xml
index e9d6a6caa..ac04eedd3 100644
--- a/surefire-its/src/test/resources/junit47-parallel/pom.xml
+++ b/surefire-its/src/test/resources/junit47-parallel/pom.xml
@@ -62,7 +62,7 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <argLine>${argLine} ${jacoco.agent}</argLine>
+          <argLine>${argLine} "${jacoco.agent}"</argLine>
         </configuration>
       </plugin>
     </plugins>
diff --git 
a/surefire-its/src/test/resources/testng-740-parallel-without-threadcount/pom.xml
 
b/surefire-its/src/test/resources/testng-740-parallel-without-threadcount/pom.xml
index 216efb5a3..8d4fd2203 100644
--- 
a/surefire-its/src/test/resources/testng-740-parallel-without-threadcount/pom.xml
+++ 
b/surefire-its/src/test/resources/testng-740-parallel-without-threadcount/pom.xml
@@ -43,7 +43,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <version>${surefire.version}</version>
                 <configuration>
-                    <argLine>${argLine} ${jacoco.agent}</argLine>
+                    <argLine>${argLine} "${jacoco.agent}"</argLine>
                     <parallel>methods</parallel>
                     <properties>
                         <property>
diff --git a/surefire-its/src/test/resources/testng-740-parallel/pom.xml 
b/surefire-its/src/test/resources/testng-740-parallel/pom.xml
index bc39aae81..867d6adb2 100644
--- a/surefire-its/src/test/resources/testng-740-parallel/pom.xml
+++ b/surefire-its/src/test/resources/testng-740-parallel/pom.xml
@@ -43,7 +43,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <version>${surefire.version}</version>
                 <configuration>
-                    <argLine>${argLine} ${jacoco.agent}</argLine>
+                    <argLine>${argLine} "${jacoco.agent}"</argLine>
                     <parallel>methods</parallel>
                     <threadCount>10</threadCount>
                     <properties>
diff --git a/surefire-its/src/test/resources/testng-simple/pom.xml 
b/surefire-its/src/test/resources/testng-simple/pom.xml
index 427c713e0..cace78a2e 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} "${jacoco.agent}"</argLine>
           <runOrder>reversealphabetical</runOrder>
           <properties>
             <property>

Reply via email to