You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/07/21 16:04:52 UTC

[maven-surefire] branch SUREFIRE-1675 updated: investigating maven opts

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

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


The following commit(s) were added to refs/heads/SUREFIRE-1675 by this push:
     new 1b2a9aa  investigating maven opts
1b2a9aa is described below

commit 1b2a9aaf009237a228f636700315fc946c1d4731
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Jul 21 18:04:42 2019 +0200

    investigating maven opts
---
 maven-failsafe-plugin/pom.xml                               | 5 +++--
 maven-failsafe-plugin/src/it/jetty-war-test-passing/pom.xml | 6 +++---
 maven-failsafe-plugin/src/it/multiple-summaries/pom.xml     | 6 +++---
 maven-failsafe-plugin/src/it/working-directory/pom.xml      | 6 +++---
 4 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index bf61284..ea06800 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -316,9 +316,10 @@
                                     <projectsDirectory>src/it</projectsDirectory>
                                     <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
                                     <goals>
-                                        <goal>clean</goal>
+                                        <!--<goal>clean</goal>
                                         <goal>verify</goal>
-                                        <goal>-nsu</goal>
+                                        <goal>-nsu</goal>-->
+                                        <goal>org.codehaus.mojo:build-helper-maven-plugin:3.0.0:bsh-property</goal>
                                     </goals>
                                     <setupIncludes>
                                         <setupInclude>dummy-*/pom.xml</setupInclude>
diff --git a/maven-failsafe-plugin/src/it/jetty-war-test-passing/pom.xml b/maven-failsafe-plugin/src/it/jetty-war-test-passing/pom.xml
index 71799ab..db351a5 100644
--- a/maven-failsafe-plugin/src/it/jetty-war-test-passing/pom.xml
+++ b/maven-failsafe-plugin/src/it/jetty-war-test-passing/pom.xml
@@ -75,11 +75,11 @@
             <goals>
               <goal>bsh-property</goal>
             </goals>
-            <configuration>
-              <source>System.out.println("mvnOpts in IT " + System.getenv("MAVEN_OPTS"));</source>
-            </configuration>
           </execution>
         </executions>
+        <configuration>
+          <source>System.out.println("mvnOpts in IT " + System.getenv("MAVEN_OPTS"));</source>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.eclipse.jetty</groupId>
diff --git a/maven-failsafe-plugin/src/it/multiple-summaries/pom.xml b/maven-failsafe-plugin/src/it/multiple-summaries/pom.xml
index 45df98d..c490c6f 100644
--- a/maven-failsafe-plugin/src/it/multiple-summaries/pom.xml
+++ b/maven-failsafe-plugin/src/it/multiple-summaries/pom.xml
@@ -52,11 +52,11 @@
             <goals>
               <goal>bsh-property</goal>
             </goals>
-            <configuration>
-              <source>System.out.println("mvnOpts in IT " + System.getenv("MAVEN_OPTS"));</source>
-            </configuration>
           </execution>
         </executions>
+        <configuration>
+          <source>System.out.println("mvnOpts in IT " + System.getenv("MAVEN_OPTS"));</source>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>@project.groupId@</groupId>
diff --git a/maven-failsafe-plugin/src/it/working-directory/pom.xml b/maven-failsafe-plugin/src/it/working-directory/pom.xml
index 49f9512..ca3206c 100644
--- a/maven-failsafe-plugin/src/it/working-directory/pom.xml
+++ b/maven-failsafe-plugin/src/it/working-directory/pom.xml
@@ -52,11 +52,11 @@
             <goals>
               <goal>bsh-property</goal>
             </goals>
-            <configuration>
-              <source>System.out.println("mvnOpts in IT " + System.getenv("MAVEN_OPTS"));</source>
-            </configuration>
           </execution>
         </executions>
+        <configuration>
+          <source>System.out.println("mvnOpts in IT " + System.getenv("MAVEN_OPTS"));</source>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>@project.groupId@</groupId>