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><distributionManagement></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> *