mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
+4
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user