Skip to content

Commit aaa9fca

Browse files
authored
Merge pull request #4096 from ebarboni/issue4089
change default integration test goal action mapping to failsafe
2 parents ef0cd1f + 2cd5649 commit aaa9fca

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

java/maven/src/org/netbeans/modules/maven/execute/defaultActionMappings.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@
9898
<packaging>*</packaging>
9999
</packagings>
100100
<goals>
101-
<goal>integration-test</goal>
101+
<goal>pre-integration-test</goal>
102+
<goal>failsafe:integration-test</goal>
102103
</goals>
103104
<properties>
104105
<test>DummyToSkipUnitTests</test>
@@ -202,7 +203,8 @@
202203
<packaging>*</packaging>
203204
</packagings>
204205
<goals>
205-
<goal>integration-test</goal>
206+
<goal>pre-integration-test</goal>
207+
<goal>failsafe:integration-test</goal>
206208
</goals>
207209
<properties>
208210
<test>DummyToSkipUnitTests</test>

0 commit comments

Comments
 (0)