]
Tristan Tarrant updated ISPN-6476:
----------------------------------
Fix Version/s: 9.2.0.Final
(was: 9.1.0.Final)
Integration test modules shouldn't change the failsafe
plugin's lifecycle
-------------------------------------------------------------------------
Key: ISPN-6476
URL:
https://issues.jboss.org/browse/ISPN-6476
Project: Infinispan
Issue Type: Bug
Components: Build process
Affects Versions: 8.2.1.Final
Reporter: Dan Berindei
Fix For: 9.2.0.Final
Many of our integration tests modules run the {{integration-test}} and {{verify}} goals
of {{maven-failsafe-plugin}} together, sometimes specifying a lifecycle phase, sometimes
not. This shouldn't be necessary, because failsafe runs both goals, it just binds them
to different phases.
On the contrary, running both goals in the same phase can fail the build too early,
skipping any executions bound to the {{post-integration-test}} phase.