This is an automated email from the ASF dual-hosted git repository.
neilcsmith 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 9bc4c8db44 Fix running and debugging single integration test (GH4513)
new 59d48b8d54 Merge pull request #5911 from neilcsmith-net/gh4513
9bc4c8db44 is described below
commit 9bc4c8db44412502696140563d06d37515675c0a
Author: Neil C Smith <[email protected]>
AuthorDate: Wed May 3 09:40:57 2023 +0100
Fix running and debugging single integration test (GH4513)
Add `surefire.failIfNoSpecifiedTests=false` to the default action mappings
for
running and debugging single integration tests.
---
.../src/org/netbeans/modules/maven/execute/defaultActionMappings.xml | 2 ++
1 file changed, 2 insertions(+)
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 a030ddf029..ba06e9b1bb 100644
---
a/java/maven/src/org/netbeans/modules/maven/execute/defaultActionMappings.xml
+++
b/java/maven/src/org/netbeans/modules/maven/execute/defaultActionMappings.xml
@@ -104,6 +104,7 @@
<properties>
<test>DummyToSkipUnitTests</test>
<failIfNoTests>false</failIfNoTests>
+
<surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
<it.test>${packageClassName}</it.test>
</properties>
</action>
@@ -209,6 +210,7 @@
<properties>
<test>DummyToSkipUnitTests</test>
<failIfNoTests>false</failIfNoTests>
+
<surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
<it.test>${packageClassName}</it.test>
<forkMode>once</forkMode>
<maven.failsafe.debug>-agentlib:jdwp=transport=dt_socket,server=n,address=${jpda.address}</maven.failsafe.debug>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists