Author: brett
Date: Wed Feb  8 13:30:09 2006
New Revision: 376077

URL: http://svn.apache.org/viewcvs?rev=376077&view=rev
Log:
fix phase names

Modified:
    
maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt

Modified: 
maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt
URL: 
http://svn.apache.org/viewcvs/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt?rev=376077&r1=376076&r2=376077&view=diff
==============================================================================
--- 
maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt
 (original)
+++ 
maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt
 Wed Feb  8 13:30:09 2006
@@ -194,11 +194,11 @@
 
*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<package>>>                 | take the compiled code and package it in its 
distributable format, such as a JAR.
 
*-------------------------------+--------------------------------------------------------------------------------------+
-| <<<before-integration-test>>> | perform actions required before integratiob 
tests are executed. This may involve things such as setting up the required 
environment.
+| <<<pre-integration-test>>>    | perform actions required before integration 
tests are executed. This may involve things such as setting up the required 
environment.
 
*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<integration-test>>>        | process and deploy the package if necessary 
into an environment where integration tests can be run.
 
*-------------------------------+--------------------------------------------------------------------------------------+
-| <<<after-integration-test>>>  | perform actions required after integration 
tests have been executed. This may including cleaning up the environment.
+| <<<post-integration-test>>>   | perform actions required after integration 
tests have been executed. This may including cleaning up the environment.
 
*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<verify>>>                  | run any checks to verify the package is 
valid and meets quality criteria.
 
*-------------------------------+--------------------------------------------------------------------------------------+


Reply via email to