Updates how docs are assembled

This commit is contained in:
Lukasz Lenart
2014-04-06 10:17:19 +02:00
parent aaf5a3010e
commit 31b60c96ea
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -101,19 +101,19 @@
<!-- Include the XWork Javadoc in the assembly -->
<fileSet>
<directory>../xwork-core/target/site/apidocs</directory>
<directory>../xwork-core/target/apidocs</directory>
<outputDirectory>docs/xwork-apidocs</outputDirectory>
</fileSet>
<!-- Include the website in the assembly -->
<fileSet>
<directory>../target/site</directory>
<outputDirectory>docs</outputDirectory>
</fileSet>
<!-- Include the Struts 2 core Javadoc in the assembly -->
<fileSet>
<directory>../core/target/site</directory>
<outputDirectory>docs/struts2-core</outputDirectory>
</fileSet>
<fileSet>
<directory>../core/target/apidocs</directory>
<outputDirectory>docs/struts2-core-apidocs</outputDirectory>
</fileSet>
<!-- Include the Confluence docs in the assembly -->
<fileSet>
+1 -1
View File
@@ -47,7 +47,7 @@
<!-- Include the Confluence docs in the assembly -->
<fileSet>
<directory>target/cwiki/WW/docs</directory>
<directory>target/cwiki</directory>
<outputDirectory>docs/docs</outputDirectory>
</fileSet>