Renaming the pre/post phases for the integration-test phase...new names use pre- and post- instead of begin- and end-

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@368425 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2006-01-12 18:00:05 +00:00
parent 14874b5cca
commit 18a02e4097
1 changed files with 2 additions and 2 deletions

View File

@ -221,9 +221,9 @@
<phase>test-compile</phase>
<phase>test</phase>
<phase>package</phase>
<phase>before-integration-test</phase>
<phase>pre-integration-test</phase>
<phase>integration-test</phase>
<phase>after-integration-test</phase>
<phase>post-integration-test</phase>
<phase>verify</phase>
<phase>install</phase>
<phase>deploy</phase>