mirror of https://github.com/apache/maven.git
Adding 2 new phases related to integration tests:
- before-integration-test: perform actions required before integratiob tests are executed. This may involve things such as setting up the required environment. - after-integration-test: perform actions required after integration tests have been executed. This may including cleaning up the environment. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@359866 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f50854195c
commit
5282ee4341
|
@ -221,7 +221,9 @@
|
|||
<phase>test-compile</phase>
|
||||
<phase>test</phase>
|
||||
<phase>package</phase>
|
||||
<phase>before-integration-test</phase>
|
||||
<phase>integration-test</phase>
|
||||
<phase>after-integration-test</phase>
|
||||
<phase>verify</phase>
|
||||
<phase>install</phase>
|
||||
<phase>deploy</phase>
|
||||
|
|
Loading…
Reference in New Issue