Author: wesw Date: Sat Jun 20 22:00:23 2009 New Revision: 786912 URL: http://svn.apache.org/viewvc?rev=786912&view=rev Log: putting wget mirror back in place now that release has been tagged, this way we can still generate nightlies through CI
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=786912&r1=786911&r2=786912&view=diff ============================================================================== --- struts/struts2/trunk/assembly/pom.xml (original) +++ struts/struts2/trunk/assembly/pom.xml Sat Jun 20 22:00:23 2009 @@ -267,6 +267,7 @@ <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" /> @@ -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>