You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/01/12 22:49:52 UTC

svn commit: r1230799 - /maven/plugins/trunk/maven-site-plugin/src/site/apt/usage.apt

Author: dennisl
Date: Thu Jan 12 21:49:52 2012
New Revision: 1230799

URL: http://svn.apache.org/viewvc?rev=1230799&view=rev
Log:
Remove (wrong) info about supported protocols and refer to the "adding deploy protocol" example page.

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

Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/usage.apt?rev=1230799&r1=1230798&r2=1230799&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/apt/usage.apt Thu Jan 12 21:49:52 2012
@@ -5,7 +5,7 @@
  <vi...@gmail.com>
  Maria Odea Ching
  ------
- 17 July 2006
+ 2012-01-12
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -89,9 +89,11 @@ mvn site
   {{{http://maven.apache.org/settings.html#Servers}<<<\<servers\>>>> element}}
   as you would for any other repository.
 
-  The <<<\<url\>>>> gives the location to deploy to. Currently, the <<<scp>>>
-  and <<<file>>> protocols are supported. In the example above we copy to the
-  host <<<www.mycompany.com>>> using the path <<</www/docs/project/>>>. If
+  The <<<\<url\>>>> gives the location to deploy to. In the example above we
+  copy to the host <<<www.mycompany.com>>> using the path
+  <<</www/docs/project/>>> over the <<<scp>>> protocol. You can read more about
+  which protocols are supported on
+  {{{./examples/adding-deploy-protocol.html}this page}}. If
   subprojects inherit the site URL from a parent POM, they will automatically
   append their <<<\<artifactId\>>>> to form their effective deployment location.