Author: hboutemy
Date: Fri Dec 11 15:36:28 2015
New Revision: 1719460
URL: http://svn.apache.org/viewvc?rev=1719460&view=rev
Log:
improved content
Modified:
maven/site/trunk/content/apt/guides/introduction/introduction-to-the-lifecycle.apt
Modified:
maven/site/trunk/content/apt/guides/introduction/introduction-to-the-lifecycle.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/introduction/introduction-to-the-lifecycle.apt?rev=1719460&r1=1719459&r2=1719460&view=diff
==============================================================================
---
maven/site/trunk/content/apt/guides/introduction/introduction-to-the-lifecycle.apt
(original)
+++
maven/site/trunk/content/apt/guides/introduction/introduction-to-the-lifecycle.apt
Fri Dec 11 15:36:28 2015
@@ -274,17 +274,17 @@ mvn clean dependency:copy-dependencies p
* {Lifecycle Reference}
- The following lists all build phases of the default, clean and site
lifecycle, which are executed in the order given
+ The following lists all build phases of the <<<default>>>, <<<clean>>> and
<<<site>>> lifecycles, which are executed in the order given
up to the point of the one specified.
<<Clean Lifecycle>>
*-------------------------------+--------------------------------------------------------------------------------------+
-| <<<pre-clean>>> | executes processes needed prior to the
actual project cleaning
+| <<<pre-clean>>> | execute processes needed prior to the actual
project cleaning
*-------------------------------+--------------------------------------------------------------------------------------+
| <<<clean>>> | remove all files generated by the previous
build
*-------------------------------+--------------------------------------------------------------------------------------+
-| <<<post-clean>>> | executes processes needed to finalize the
project cleaning
+| <<<post-clean>>> | execute processes needed to finalize the
project cleaning
*-------------------------------+--------------------------------------------------------------------------------------+
<<Default Lifecycle>>
@@ -340,13 +340,13 @@ mvn clean dependency:copy-dependencies p
<<Site Lifecycle>>
*-------------------------------+--------------------------------------------------------------------------------------+
-| pre-site | executes processes needed prior to the
actual project site generation
+| <<<pre-site>>> | execute processes needed prior to the actual
project site generation
*-------------------------------+--------------------------------------------------------------------------------------+
-| site | generates the project's site documentation
+| <<<site>>> | generate the project's site documentation
*-------------------------------+--------------------------------------------------------------------------------------+
-| post-site | executes processes needed to finalize the
site generation, and to prepare for site deployment
+| <<<post-site>>> | execute processes needed to finalize the
site generation, and to prepare for site deployment
*-------------------------------+--------------------------------------------------------------------------------------+
-| site-deploy | deploys the generated site documentation to
the specified web server
+| <<<site-deploy>>> | deploy the generated site documentation to
the specified web server
*-------------------------------+--------------------------------------------------------------------------------------+
<{{{./introduction-to-the-lifecycle.html}[top]}}.>
@@ -438,9 +438,8 @@ mvn clean dependency:copy-dependencies p
** References
- The full Maven lifecycle is defined by the file <<<components.xml>>> in the
module <<<maven-core>>> and viewable from SVN in the branch for
-
{{{http://svn.apache.org/repos/asf/maven/maven-2/tags/maven-2.2.1/maven-core/src/main/resources/META-INF/plexus/components.xml}Maven
2.2.1}}
- and Git for
{{{https://git-wip-us.apache.org/repos/asf?p=maven.git;a=blob;f=maven-core/src/main/resources/META-INF/plexus/components.xml}Maven
3.x}}.
+ The full Maven lifecycle is defined by the <<<components.xml>>> file in the
<<<maven-core>>> module, with
+ {{{/ref/current/maven-core/lifecycles.html}associated documentation}} for
reference.
In Maven 2.x, default lifecycle bindings were included in
<<<components.xml>>>, but in Maven 3.x, they are defined in a separate
<<<{{{https://git-wip-us.apache.org/repos/asf?p=maven.git;a=blob;f=maven-core/src/main/resources/META-INF/plexus/default-bindings.xml}default-bindings.xml}}>>>