Exclude dev files and other docs from src distro

This commit is contained in:
Martyn Taylor 2015-05-13 12:56:46 +01:00 committed by Clebert Suconic
parent b5cb6522a6
commit e1ce1719b5
1 changed files with 12 additions and 1 deletions

View File

@ -38,10 +38,21 @@
should use this descriptor directly in future -->
<excludes>
<exclude>tests/extra-tests/</exclude>
<!-- in case some of the build generates data, this needs to be ignored -->
<exclude>data/</exclude>
<!-- Exclude all docs except user manual -->
<exclude>docs/design-guide/</exclude>
<exclude>docs/diagrams/</exclude>
<exclude>docs/quickstart-guide/</exclude>
<!-- Exclude Release and Dev files -->
<exclude>RELEASING.md</exclude>
<exclude>ratReport.txt</exclude>
<exclude>.gitignore</exclude>
<exclude>artemis_doap.rdf</exclude>
<!-- build output -->
<exclude>
%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/).*${project.build.directory}.*]