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/05/06 00:40:35 UTC

svn commit: r1334528 - /maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt

Author: hboutemy
Date: Sat May  5 22:40:35 2012
New Revision: 1334528

URL: http://svn.apache.org/viewvc?rev=1334528&view=rev
Log:
removed limitation on deploy protocol: any wagon supported protocol can be used

Modified:
    maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt

Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt?rev=1334528&r1=1334527&r2=1334528&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt Sat May  5 22:40:35 2012
@@ -44,7 +44,7 @@ Maven Site Plugin 3
    * {{{./site-mojo.html}site:site}} is used generate a site for a single project.
      Note that links between module sites in a multi module build will <<not>> work.
 
-   * {{{./deploy-mojo.html}site:deploy}} is used to deploy the generated site using <<<scp>>> or <<<file>>> protocol to
+   * {{{./deploy-mojo.html}site:deploy}} is used to deploy the generated site using Wagon supported protocol to
      the site URL specified in the <<<\<distributionManagement\>>>> section of the POM.
 
    * {{{./run-mojo.html}site:run}} starts the site up, rendering documents as requested for faster editing. It uses Jetty
@@ -55,8 +55,7 @@ Maven Site Plugin 3
      to test that links between module sites in a multi module build works.
 
    * {{{./stage-deploy-mojo.html}site:stage-deploy}} deploys the generated site to a staging or mock directory to the site
-     URL specified in the <<<\<distributionManagement\>>>> section of the POM. It supports <<<scp>>> and <<<file>>>
-     protocols for deployment.
+     URL specified in the <<<\<distributionManagement\>>>> section of the POM.
 
    * {{{./attach-descriptor-mojo.html}site:attach-descriptor}} adds the site descriptor (<<<site.xml>>>) to the list of
      files to be installed/deployed. For more references of the site descriptor,