Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: Plugins and Lifecycle
-
Labels:None
-
Complexity:Intermediate
Description
I think we need some integration-test-prepare phase. This is where tools like Cargo can be used to prepare everything required for integration tests (like starting containers, db, etc). ATM if you look at the existing phases the phase that is before integration-test is the "package" phase which is not appropriate for this.
Issue Links
- is depended upon by
-
MNG-591
Integration tests lifecycle
-
Is this not already implemented by pre-integration-test per http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference?