Author: lukaszlenart
Date: Thu May  6 14:05:50 2010
New Revision: 941743

URL: http://svn.apache.org/viewvc?rev=941743&view=rev
Log:
Commented out ssh task

Modified:
    struts/struts2/trunk/assembly/pom.xml

Modified: struts/struts2/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=941743&r1=941742&r2=941743&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Thu May  6 14:05:50 2010
@@ -259,10 +259,12 @@
                         <configuration>
                             <tasks>
                                 <mkdir dir="${project.build.directory}/cwiki" 
/>
+<!--
                                 <exec executable="ssh" failonerror="true" >
                                     <arg line="${userna...@people.apache.org 
/www/struts.apache.org/2.x/docs-zip2.sh" />
                                 </exec>
                                 <unzip 
src="${project.build.directory}/docs.zip" 
dest="${project.build.directory}/cwiki" />
+-->
                                 <exec executable="wget">
                                     <arg value="-erobots=off" />
                                     <arg value="-nH" />


Reply via email to