Author: hboutemy
Date: Mon Feb 27 21:35:34 2012
New Revision: 1294341

URL: http://svn.apache.org/viewvc?rev=1294341&view=rev
Log:
fixed javadoc comment: site:stage doesn't generate a site but deploys it 
(merged from trunk r1294335)

Modified:
    
maven/plugins/branches/maven-site-plugin-2.x/src/main/java/org/apache/maven/plugins/site/SiteStageMojo.java

Modified: 
maven/plugins/branches/maven-site-plugin-2.x/src/main/java/org/apache/maven/plugins/site/SiteStageMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-2.x/src/main/java/org/apache/maven/plugins/site/SiteStageMojo.java?rev=1294341&r1=1294340&r2=1294341&view=diff
==============================================================================
--- 
maven/plugins/branches/maven-site-plugin-2.x/src/main/java/org/apache/maven/plugins/site/SiteStageMojo.java
 (original)
+++ 
maven/plugins/branches/maven-site-plugin-2.x/src/main/java/org/apache/maven/plugins/site/SiteStageMojo.java
 Mon Feb 27 21:35:34 2012
@@ -24,11 +24,11 @@ import java.io.File;
 import org.apache.maven.plugin.MojoExecutionException;
 
 /**
- * Generates a site in a local staging or mock directory based on the site URL
+ * Deploys the generated site to a local staging or mock directory based on 
the site URL
  * specified in the <code>&lt;distributionManagement&gt;</code> section of the
  * POM.
  * <p>
- * It can be used to test that links between module sites in a multi module
+ * It can be used to test that links between module sites in a multi-module
  * build works.
  * </p>
  *


Reply via email to