We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef0cd1f + 2cd5649 commit aaa9fcaCopy full SHA for aaa9fca
1 file changed
java/maven/src/org/netbeans/modules/maven/execute/defaultActionMappings.xml
@@ -98,7 +98,8 @@
98
<packaging>*</packaging>
99
</packagings>
100
<goals>
101
- <goal>integration-test</goal>
+ <goal>pre-integration-test</goal>
102
+ <goal>failsafe:integration-test</goal>
103
</goals>
104
<properties>
105
<test>DummyToSkipUnitTests</test>
@@ -202,7 +203,8 @@
202
203
204
205
206
207
208
209
210
0 commit comments