mirror of https://github.com/apache/maven.git
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:
parent
14874b5cca
commit
18a02e4097
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue