Fixes documentation publication

This commit fixes the generation of the zip file used to autopublish the
documentation.  The previous version only included the HTML, epub, and
PDF files for the reference documentation.  However it was missing the
images and css for the HTML as well as all of the javadocs.  This commit
now fixes that so the javadoc as well as all the resources required for
the reference documentation is included in the zip file.

Resolves #327
This commit is contained in:
Michael Minella
2017-08-17 09:54:48 -05:00
parent ab32bfc999
commit 15acc0c756
3 changed files with 13 additions and 13 deletions

View File

@@ -12,8 +12,8 @@
<outputDirectory>/apidocs</outputDirectory>
</fileSet>
<fileSet>
<directory>${project.build.directory}/docbook</directory>
<outputDirectory>/reference</outputDirectory>
<directory>${project.build.directory}/contents</directory>
<outputDirectory>/</outputDirectory>
</fileSet>
</fileSets>
</assembly>