Skip to content

Commit

Permalink
Adding verify goal to failsafe plugin
Browse files Browse the repository at this point in the history
Change-Id: I5920f13e9dc2dd936416bbcd03090ce0124373fe
Reviewed-on: http://bellevue-ci.eng.vmware.com:8080/8399
Compute-Verified: jenkins <[email protected]>
Upgrade-Verified: jenkins <[email protected]>
Closures-Verified: jenkins <[email protected]>
CS-Verified: jenkins <[email protected]>
Bellevue-Verified: jenkins <[email protected]>
Reviewed-by: Rostislav Hristov <[email protected]>
  • Loading branch information
glechev committed Apr 10, 2017
1 parent 5ecf549 commit 1573cdc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,12 @@
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</execution>
<execution>
<id>verify</id>
<goals>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>

Expand Down

0 comments on commit 1573cdc

Please sign in to comment.