Remove byteman,jms,integration tests from source distribution

This commit is contained in:
Martyn Taylor 2015-03-06 12:17:54 +00:00
parent 969d02f15f
commit 1e9c70d380
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@
<!-- TODO These excludes were lifted from maven-resources-apache-source-release-assembly-descriptor-1.0.4. We
should use this descriptor directly in future -->
<excludes>
<exclude>tests/integration-tests/</exclude>
<exclude>tests/jms-tests/</exclude>
<exclude>tests/byteman-tests/</exclude>
<!-- build output -->
<exclude>
%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/).*${project.build.directory}.*]