Author: dennisl
Date: Sat Nov 10 09:04:56 2007
New Revision: 593793

URL: http://svn.apache.org/viewvc?rev=593793&view=rev
Log:
o Clarify the difference between site:deploy and site-deploy.

Modified:
    maven/plugins/trunk/maven-site-plugin/src/site/apt/usage.apt

Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/usage.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/usage.apt?rev=593793&r1=593792&r2=593793&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/apt/usage.apt Sat Nov 10 
09:04:56 2007
@@ -68,11 +68,18 @@
 
   Then execute the <<<{{{deploy-mojo.html}site:deploy}}>>> goal from your 
project.
 
+  <<Note:>> A site must be generated first before executing <<<site:deploy>>>.
+
 +-----+
-mvn site-deploy
+mvn site:deploy
 +-----+
 
-  <<Note:>> A site must be generated first before executing <<<site:deploy>>>.
+  If you want to generate the site <and> deploy it in one go, you can utilize
+  the <<<site-deploy>>> phase of the site lifecycle. To do this, just execute:
+
++-----+
+mvn site-deploy
++-----+
 
 * Staging a Site
 


Reply via email to