WW-3253 tweaking the docs download part

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@817849 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wesley Wannemacher
2009-09-22 21:34:53 +00:00
parent 6f47a77d72
commit f7dba7b853
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -288,12 +288,10 @@
<arg value="-nv" />
<arg value="-E" />
<arg value="-L" />
<arg value="--directory-prefix=${project.build.directory}/cwiki" />
<arg value="-r" />
<arg value="http://cwiki.apache.org/WW/" />
</exec>
<move todir="${project.build.directory}/cwiki">
<fileset dir="WW/docs" />
</move>
</tasks>
</configuration>
<goals>
+1 -1
View File
@@ -50,7 +50,7 @@
<!-- Include the Confluence docs in the assembly -->
<fileSet>
<directory>target/cwiki</directory>
<directory>target/cwiki/WW</directory>
<outputDirectory>docs</outputDirectory>
</fileSet>