Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 191def8

Browse files
committed
Add verify goal for failsafe plugin
1 parent 0abb319 commit 191def8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,14 @@
266266
</excludes>
267267
</configuration>
268268
</execution>
269+
<!-- Add 'verify' goal. This way GA job also fails if there are any integration test failures-->
270+
<execution>
271+
<id>failsafe-verify</id>
272+
<phase>verify</phase>
273+
<goals>
274+
<goal>verify</goal>
275+
</goals>
276+
</execution>
269277
</executions>
270278
</plugin>
271279
<plugin>

0 commit comments

Comments
 (0)