mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Include the website in the assembly. This includes the top-level site, api, core and extras, but not the example apps.
Fix the location of the xwork javadoc, it should be docs/xwork-apidocs. WW-1378 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@426383 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -50,9 +50,27 @@
|
||||
<!-- Include the XWork Javadoc in the assembly -->
|
||||
<fileSet>
|
||||
<directory>target/xwork-apidocs</directory>
|
||||
<outputDirectory>xwork-apidocs</outputDirectory>
|
||||
<outputDirectory>docs/xwork-apidocs</outputDirectory>
|
||||
</fileSet>
|
||||
|
||||
<!-- Include the website in the assembly -->
|
||||
<fileSet>
|
||||
<directory>../target/site</directory>
|
||||
<outputDirectory>docs</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>../api/target/site</directory>
|
||||
<outputDirectory>docs/struts2-api</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>../core/target/site</directory>
|
||||
<outputDirectory>docs/struts2-core</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>../extras/target/site</directory>
|
||||
<outputDirectory>docs/struts2-extras</outputDirectory>
|
||||
</fileSet>
|
||||
|
||||
<!-- Include the source code in the assembly -->
|
||||
<fileSet>
|
||||
<directory>../</directory>
|
||||
|
||||
Reference in New Issue
Block a user