add doc.zip generation to the assembly process

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@734599 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2009-01-15 03:06:14 +00:00
parent 0f83cf8533
commit 5298ca9666
+4 -1
View File
@@ -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>
</project>