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

skygo pushed a commit to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/delivery by this push:
     new 2cd5649c6b change default integration test goal action mapping to 
failsafe
     new aaa9fca8a3 Merge pull request #4096 from ebarboni/issue4089
2cd5649c6b is described below

commit 2cd5649c6b83f954839ccb0cd23e6bc970a36a80
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Tue May 10 14:57:33 2022 +0200

    change default integration test goal action mapping to failsafe
---
 .../org/netbeans/modules/maven/execute/defaultActionMappings.xml    | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/java/maven/src/org/netbeans/modules/maven/execute/defaultActionMappings.xml 
b/java/maven/src/org/netbeans/modules/maven/execute/defaultActionMappings.xml
index a830f62d3c..6c1769cc24 100644
--- 
a/java/maven/src/org/netbeans/modules/maven/execute/defaultActionMappings.xml
+++ 
b/java/maven/src/org/netbeans/modules/maven/execute/defaultActionMappings.xml
@@ -98,7 +98,8 @@
             <packaging>*</packaging>
         </packagings>
         <goals>
-            <goal>integration-test</goal>
+            <goal>pre-integration-test</goal>
+            <goal>failsafe:integration-test</goal>
         </goals>
         <properties>
             <test>DummyToSkipUnitTests</test>
@@ -202,7 +203,8 @@
             <packaging>*</packaging>
         </packagings>
         <goals>
-            <goal>integration-test</goal>
+            <goal>pre-integration-test</goal>
+            <goal>failsafe:integration-test</goal>
         </goals>
         <properties>
             <test>DummyToSkipUnitTests</test>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to