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 2018/01/03 17:41:32 UTC

[maven-site-plugin] 19/30: fixed obsolete javadoc like done in r1290905 (merged from trunk r1294337)

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-site-plugin-2.4
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit 22672086b98e19d874ccec69f57d803af9fec841
Author: Herve Boutemy <hb...@apache.org>
AuthorDate: Mon Feb 27 21:34:22 2012 +0000

    fixed obsolete javadoc like done in r1290905 (merged from trunk r1294337)
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/branches/maven-site-plugin-2.x@1294338 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/maven/plugins/site/SiteStageDeployMojo.java     | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java b/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java
index 5f4d50b..d089832 100644
--- a/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java
+++ b/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.