You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2020/12/30 05:49:17 UTC

[netbeans] branch master updated: Process test classes before executing single test

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 35e90d2  Process test classes before executing single test
     new 0415bfa  Merge pull request #2615 from JaroslavTulach/ProcessTestClasses
35e90d2 is described below

commit 35e90d219f475326454c2f27aa008f8adce0140b
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Tue Dec 29 15:59:19 2020 +0100

    Process test classes before executing single test
---
 .../org/netbeans/modules/maven/execute/defaultActionMappings.xml  | 8 ++++----
 1 file changed, 4 insertions(+), 4 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 b58e7b3..c4af429 100644
--- a/java/maven/src/org/netbeans/modules/maven/execute/defaultActionMappings.xml
+++ b/java/maven/src/org/netbeans/modules/maven/execute/defaultActionMappings.xml
@@ -84,7 +84,7 @@
             <packaging>*</packaging>
         </packagings>
         <goals>
-            <goal>test-compile</goal>
+            <goal>process-test-classes</goal>
             <goal>surefire:test</goal>
         </goals>
         <properties>
@@ -158,7 +158,7 @@
             <packaging>*</packaging>
         </packagings>
         <goals>
-            <goal>process-classes</goal>
+            <goal>process-test-classes</goal>
             <goal>org.codehaus.mojo:exec-maven-plugin:3.0.0:exec</goal>
         </goals>
         <properties>
@@ -175,7 +175,7 @@
             <packaging>*</packaging>
         </packagings>
         <goals>
-            <goal>test-compile</goal>
+            <goal>process-test-classes</goal>
             <goal>surefire:test</goal>
         </goals>
         <properties>
@@ -254,7 +254,7 @@
             <packaging>*</packaging>
         </packagings>
         <goals>
-            <goal>test-compile</goal>
+            <goal>process-test-classes</goal>
             <goal>surefire:test</goal>
         </goals>
         <properties>


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

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