You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mu...@apache.org on 2009/01/15 04:06:14 UTC

svn commit: r734599 - /struts/struts2/trunk/assembly/pom.xml

Author: musachy
Date: Wed Jan 14 19:06:14 2009
New Revision: 734599

URL: http://svn.apache.org/viewvc?rev=734599&view=rev
Log:
add doc.zip generation to the assembly process

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=734599&r1=734598&r2=734599&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Wed Jan 14 19:06:14 2009
@@ -248,6 +248,9 @@
                         <configuration>
                             <tasks>
                                 <mkdir dir="${project.build.directory}/cwiki" />
+                                <exec executable="ssh" failonerror="true">
+                                    <arg line="people.apache.org /www/struts.apache.org/2.x/docs-zip2.sh" />
+                                </exec>
                                 <exec executable="wget">
                                     <arg value="--progress=dot:mega" />
                                     <arg value="-nc" />
@@ -414,4 +417,4 @@
 
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>