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:35 UTC

[maven-site-plugin] 22/30: improved obsolete javadoc (merged from trunk r1290905)

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 44ff05fb71b84f6c0f85255f3fe5efe37e8cd5fe
Author: Herve Boutemy <hb...@apache.org>
AuthorDate: Mon Feb 27 21:39:01 2012 +0000

    improved obsolete javadoc (merged from trunk r1290905)
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/branches/maven-site-plugin-2.x@1294344 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/maven/plugins/site/SiteDeployMojo.java   | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java b/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java
index 1150a98..3d33639 100644
--- a/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java
+++ b/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java
@@ -23,15 +23,13 @@ import org.apache.maven.model.Site;
 import org.apache.maven.plugin.MojoExecutionException;
 
 /**
- * Deploys the generated site using <code>scp</code> or <code>file</code>
- * protocol to the site URL specified in the
+ * Deploys the generated site using <a href="/wagon/">wagon supported
+ * protocols</a> to the site URL specified in the
  * <code>&lt;distributionManagement&gt;</code> section of the POM.
  * <p>
- * For <code>scp</code> protocol, the website files are packaged into zip archive,
- * then the archive is transfered to the remote host, next it is un-archived.
- * This method of deployment should normally be much faster
- * than making a file by file copy.  For <code>file</code> protocol, the files are copied
- * directly to the destination directory.
+ * For <code>scp</code> protocol, the website files are packaged by wagon into zip archive,
+ * then the archive is transfered to the remote host, next it is un-archived which is much faster
+ * than making a file by file copy.
  * </p>
  *
  * @author <a href="mailto:michal@org.codehaus.org">Michal Maczka</a>

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