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 2012/02/27 22:27:17 UTC

svn commit: r1294335 - /maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteStageMojo.java

Author: hboutemy
Date: Mon Feb 27 21:27:17 2012
New Revision: 1294335

URL: http://svn.apache.org/viewvc?rev=1294335&view=rev
Log:
fixed javadoc comment: site:stage doesn't generate a site but deploys it

Modified:
    maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteStageMojo.java

Modified: maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteStageMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteStageMojo.java?rev=1294335&r1=1294334&r2=1294335&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteStageMojo.java (original)
+++ maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteStageMojo.java Mon Feb 27 21:27:17 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>
  *