Author: buildbot
Date: Fri Dec 11 15:37:26 2015
New Revision: 975283

Log:
Staging update by buildbot for maven

Modified:
    websites/staging/maven/trunk/content/   (props changed)
    
websites/staging/maven/trunk/content/guides/introduction/introduction-to-the-lifecycle.html
    websites/staging/maven/trunk/content/maven-site-1.0-site.jar

Propchange: websites/staging/maven/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Dec 11 15:37:26 2015
@@ -1 +1 @@
-1719443
+1719460

Modified: 
websites/staging/maven/trunk/content/guides/introduction/introduction-to-the-lifecycle.html
==============================================================================
--- 
websites/staging/maven/trunk/content/guides/introduction/introduction-to-the-lifecycle.html
 (original)
+++ 
websites/staging/maven/trunk/content/guides/introduction/introduction-to-the-lifecycle.html
 Fri Dec 11 15:37:26 2015
@@ -585,18 +585,18 @@
 <p><i><a 
href="./introduction-to-the-lifecycle.html">[top]</a>.</i></p></div></div>
 <div class="section">
 <h3><a name="Lifecycle_Reference">Lifecycle Reference</a></h3>
-<p>The following lists all build phases of the default, clean and site 
lifecycle, which are executed in the order given up to the point of the one 
specified.</p>
+<p>The following lists all build phases of the <tt>default</tt>, 
<tt>clean</tt> and <tt>site</tt> lifecycles, which are executed in the order 
given up to the point of the one specified.</p>
 <p><b>Clean Lifecycle</b></p>
 <table border="1" class="table table-striped">
 <tr class="a">
 <td align="left"><tt>pre-clean</tt></td>
-<td align="left">executes processes needed prior to the actual project 
cleaning</td></tr>
+<td align="left">execute processes needed prior to the actual project 
cleaning</td></tr>
 <tr class="b">
 <td align="left"><tt>clean</tt></td>
 <td align="left">remove all files generated by the previous build</td></tr>
 <tr class="a">
 <td align="left"><tt>post-clean</tt></td>
-<td align="left">executes processes needed to finalize the project 
cleaning</td></tr></table>
+<td align="left">execute processes needed to finalize the project 
cleaning</td></tr></table>
 <p><b>Default Lifecycle</b></p>
 <table border="1" class="table table-striped">
 <tr class="a">
@@ -671,17 +671,17 @@
 <p><b>Site Lifecycle</b></p>
 <table border="1" class="table table-striped">
 <tr class="a">
-<td align="left">pre-site</td>
-<td align="left">executes processes needed prior to the actual project site 
generation</td></tr>
+<td align="left"><tt>pre-site</tt></td>
+<td align="left">execute processes needed prior to the actual project site 
generation</td></tr>
 <tr class="b">
-<td align="left">site</td>
-<td align="left">generates the project's site documentation</td></tr>
+<td align="left"><tt>site</tt></td>
+<td align="left">generate the project's site documentation</td></tr>
 <tr class="a">
-<td align="left">post-site</td>
-<td align="left">executes processes needed to finalize the site generation, 
and to prepare for site deployment</td></tr>
+<td align="left"><tt>post-site</tt></td>
+<td align="left">execute processes needed to finalize the site generation, and 
to prepare for site deployment</td></tr>
 <tr class="b">
-<td align="left">site-deploy</td>
-<td align="left">deploys the generated site documentation to the specified web 
server</td></tr></table>
+<td align="left"><tt>site-deploy</tt></td>
+<td align="left">deploy the generated site documentation to the specified web 
server</td></tr></table>
 <p><i><a href="./introduction-to-the-lifecycle.html">[top]</a>.</i></p></div>
 <div class="section">
 <h3><a name="Built-in_Lifecycle_Bindings">Built-in Lifecycle Bindings</a></h3>
@@ -790,7 +790,7 @@
 <td align="left"><tt>site:deploy</tt></td></tr></table></div>
 <div class="section">
 <h4><a name="References"></a>References</h4>
-<p>The full Maven lifecycle is defined by the file <tt>components.xml</tt> in 
the module <tt>maven-core</tt> and viewable from SVN in the branch for <a 
class="externalLink" 
href="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</a> and Git for <a class="externalLink" 
href="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</a>.</p>
+<p>The full Maven lifecycle is defined by the <tt>components.xml</tt> file in 
the <tt>maven-core</tt> module, with <a 
href="/ref/current/maven-core/lifecycles.html">associated documentation</a> for 
reference.</p>
 <p>In Maven 2.x, default lifecycle bindings were included in 
<tt>components.xml</tt>, but in Maven 3.x, they are defined in a separate 
<tt><a class="externalLink" 
href="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</a></tt>
 descriptor.</p>
 <p>See <a href="/ref/current/maven-core/lifecycles.html">Lifecycles 
Reference</a> and <a 
href="/ref/current/maven-core/default-bindings.html">Plugin Bindings for 
default Lifecycle Reference</a> for latest documentation taken directly from 
source code.</p>
 <p><i><a 
href="./introduction-to-the-lifecycle.html">[top]</a>.</i></p></div></div></div>

Modified: websites/staging/maven/trunk/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.


Reply via email to