Dan Berindei created ISPN-6476:
----------------------------------
Summary: 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.0.0.Alpha1
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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)