Skip to content

Commit

Permalink
Updates how docs are assembled
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Apr 6, 2014
1 parent aaf5a30 commit 31b60c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions assembly/src/main/assembly/all.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion assembly/src/main/assembly/docs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 31b60c9

Please sign in to comment.