putting wget mirror back in place now that release has been tagged, this way we can still generate nightlies through CI

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@786912 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wesley Wannemacher
2009-06-20 22:00:23 +00:00
parent 3e33a7b70c
commit eae2fc668a
+4 -4
View File
@@ -267,6 +267,7 @@
<arg line="${username}@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" />
@@ -276,10 +277,9 @@
<arg value="-r" />
<arg value="http://struts.apache.org/2.x/docs/" />
</exec>
-->
<copy todir="${project.build.directory}/cwiki">
<fileset dir="${docsDir}" />
</copy>
<move todir="${project.build.directory}/cwiki">
<fileset dir="2.x/docs" />
</move>
</tasks>
</configuration>
<goals>