Skip to content

Instantly share code, notes, and snippets.

@maggandalf
Created December 19, 2013 20:02
Show Gist options
  • Save maggandalf/8045283 to your computer and use it in GitHub Desktop.
Save maggandalf/8045283 to your computer and use it in GitHub Desktop.
<assembly>
<id>doc</id>
<formats>
<format>war</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>${project.build.directory}/generated-docs</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>*.*</include>
</includes>
</fileSet>
</fileSets>
</assembly>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment