You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/12/11 16:30:17 UTC

svn commit: r1719458 - /maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml

Author: hboutemy
Date: Fri Dec 11 15:30:17 2015
New Revision: 1719458

URL: http://svn.apache.org/viewvc?rev=1719458&view=rev
Log:
[MSITE-746] tried more accurate description (feedback appreciated)

Modified:
    maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml

Modified: maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml?rev=1719458&r1=1719457&r2=1719458&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml Fri Dec 11 15:30:17 2015
@@ -28,8 +28,8 @@ under the License.
         <dl>
           <dt>mvn site</dt>
           <dd>
-            Calls the <i>site</i> lifecycle which is associated with the following life cycle phases: <code>pre-site</code> and <code>site</code>.
-            The whole site life-cycle phases can be found in the <a href="http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference">Lifecycle Reference</a>.</dd>
+            Calls the <i>site</i> phase of the site lifecycle, which consists in the following life cycle phases: <code>pre-site</code>, <code>site</code>, <code>post-site</code> and <code>site-deploy</code>.
+            See <a href="http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference">Lifecycle Reference</a>.</dd>
           <dt>mvn site:site</dt>
           <dd>Calls the <i>site</i> goal of the site plugin.
             See <a href="site-mojo.html">site:site</a>.</dd>