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:34:22 UTC

svn commit: r1294338 - /maven/plugins/branches/maven-site-plugin-2.x/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java

Author: hboutemy
Date: Mon Feb 27 21:34:22 2012
New Revision: 1294338

URL: http://svn.apache.org/viewvc?rev=1294338&view=rev
Log:
fixed obsolete javadoc like done in r1290905 (merged from trunk r1294337)

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

Modified: maven/plugins/branches/maven-site-plugin-2.x/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-2.x/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java?rev=1294338&r1=1294337&r2=1294338&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-2.x/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java (original)
+++ maven/plugins/branches/maven-site-plugin-2.x/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java Mon Feb 27 21:34:22 2012
@@ -19,14 +19,12 @@ package org.apache.maven.plugins.site;
  * under the License.
  */
 
-
 import org.apache.maven.plugin.MojoExecutionException;
 
 /**
  * Deploys the generated site to a staging or mock directory to the site URL
  * specified in the <code>&lt;distributionManagement&gt;</code> section of the
- * POM. It supports <code>scp</code> and <code>file</code> protocols for
- * deployment.
+ * POM, using <a href="/wagon/">wagon supported protocols</a>
  *
  * @author <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>
  * @version $Id$
@@ -44,7 +42,7 @@ public class SiteStageDeployMojo
      * either the current project or, in a reactor build, the top level project
      * in the reactor.
      * <p>
-     * Note that even if you specify this plugin parameter you still need to indicate
+     * Note that even if you specify this plugin parameter, you still need to indicate
      * ${project.distributionManagement.site.url} at least in your top level project
      * in order for relative links between modules to be resolved correctly.
      * </p>