mirror of
https://github.com/apache/struts.git
synced 2026-08-06 07:06:58 +00:00
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:
+1
-3
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user