Crash when integration tests fail by running install and verify at the same time, instead of trying to do them separately.
This commit is contained in:
parent
de13f41fc3
commit
f968b8a58b
9
pom.xml
9
pom.xml
|
|
@ -563,8 +563,7 @@
|
|||
<execution>
|
||||
<id>package-integrationtests</id>
|
||||
<goals>
|
||||
<goal>integration-test</goal>
|
||||
<goal>verify</goal>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<goals>
|
||||
|
|
@ -580,8 +579,7 @@
|
|||
<execution>
|
||||
<id>package-pipelinetests</id>
|
||||
<goals>
|
||||
<goal>integration-test</goal>
|
||||
<goal>verify</goal>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<goals>
|
||||
|
|
@ -597,8 +595,7 @@
|
|||
<execution>
|
||||
<id>package-largescaletests</id>
|
||||
<goals>
|
||||
<goal>integration-test</goal>
|
||||
<goal>verify</goal>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<goals>
|
||||
|
|
|
|||
Loading…
Reference in New Issue