You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/08/28 22:16:18 UTC

svn commit: r689967 - /maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt

Author: bentmann
Date: Thu Aug 28 13:16:18 2008
New Revision: 689967

URL: http://svn.apache.org/viewvc?rev=689967&view=rev
Log:
[MNGSITE-37] Document missing default lifecycle phases

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/viewvc/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt?rev=689967&r1=689966&r2=689967&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 Thu Aug 28 13:16:18 2008
@@ -281,6 +281,8 @@
 *-------------------------------+--------------------------------------------------------------------------------------+
 | <<<validate>>>                | validate the project is correct and all necessary information is available.
 *-------------------------------+--------------------------------------------------------------------------------------+
+| <<<initialize>>>              | initialize build state, e.g. set properties or create directories.
+*-------------------------------+--------------------------------------------------------------------------------------+
 | <<<generate-sources>>>        | generate any source code for inclusion in compilation.
 *-------------------------------+--------------------------------------------------------------------------------------+
 | <<<process-sources>>>         | process the source code, for example to filter any values.