Author: hboutemy Date: Mon Feb 27 21:32:19 2012 New Revision: 1294337 URL: http://svn.apache.org/viewvc?rev=1294337&view=rev Log: fixed obsolete javadoc like done in r1290905
Modified: maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java Modified: maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java?rev=1294337&r1=1294336&r2=1294337&view=diff ============================================================================== --- maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java (original) +++ maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java Mon Feb 27 21:32:19 2012 @@ -19,7 +19,6 @@ package org.apache.maven.plugins.site; * under the License. */ - import java.util.Map; import org.apache.commons.lang.StringUtils; import org.apache.maven.model.Build; @@ -33,8 +32,7 @@ import org.codehaus.plexus.util.xml.Xpp3 /** * Deploys the generated site to a staging or mock directory to the site URL * specified in the <code><distributionManagement></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.sive...@gmail.com">Vincent Siveton</a> * @version $Id$ @@ -52,7 +50,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>