fixing source distribution to exclude extra-tests and data

This commit is contained in:
Clebert Suconic 2015-03-06 23:55:16 -05:00
parent 11dadb5a2a
commit 02a2e8d14a
1 changed files with 4 additions and 7 deletions

View File

@ -37,13 +37,10 @@
<!-- TODO These excludes were lifted from maven-resources-apache-source-release-assembly-descriptor-1.0.4. We <!-- TODO These excludes were lifted from maven-resources-apache-source-release-assembly-descriptor-1.0.4. We
should use this descriptor directly in future --> should use this descriptor directly in future -->
<excludes> <excludes>
<exclude>tests/integration-tests/</exclude> <exclude>tests/extra-tests/</exclude>
<exclude>tests/jms-tests/</exclude>
<exclude>tests/byteman-tests/</exclude> <!-- in case some of the build generates data, this needs to be ignored -->
<exclude>tests/concurrent-tests/</exclude> <exclude>data/</exclude>
<exclude>tests/performance-tests/</exclude>
<exclude>tests/soak-tests/</exclude>
<exclude>tests/stress-tests/</exclude>
<!-- build output --> <!-- build output -->
<exclude> <exclude>