Author: ltheussl
Date: Thu Feb 24 11:48:36 2011
New Revision: 1074118

URL: http://svn.apache.org/viewvc?rev=1074118&view=rev
Log:
[MSITE-556] update site documentation related to deployment to sourceforge

Modified:
    
maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/site-deploy-to-sourceforge.net.apt

Modified: 
maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/site-deploy-to-sourceforge.net.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/site-deploy-to-sourceforge.net.apt?rev=1074118&r1=1074117&r2=1074118&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/site-deploy-to-sourceforge.net.apt
 (original)
+++ 
maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/site-deploy-to-sourceforge.net.apt
 Thu Feb 24 11:48:36 2011
@@ -35,7 +35,7 @@ ssh -t <username>,<project name>@shell.s
     ...
     <site>
       <id>your_project.sf.net</id>
-      
<url>scp://shell.sourceforge.net/home/groups/y/yo/your_project/htdocs</url>
+      
<url>scp://shell.sourceforge.net/home/project-web/your_project/htdocs</url>
     </site>
   </distributionManagement>
 ---
@@ -78,7 +78,7 @@ For path information and login help, typ
     ...
     <site>
       <id>qifcon.sf.net</id>
-      <url>scp://shell.sourceforge.net/home/groups/q/qi/qifcon/htdocs</url>
+      <url>scp://shell.sourceforge.net/home/project-web/qifcon/htdocs</url>
     </site>
   </distributionManagement>
   ...


Reply via email to