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:
Vincent Massol 2005-12-29 18:19:31 +00:00
parent f50854195c
commit 5282ee4341
1 changed files with 2 additions and 0 deletions

View File

@ -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>