You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by an...@apache.org on 2015/03/09 10:25:10 UTC

[3/5] activemq-6 git commit: fixing source distribution to exclude extra-tests and data

fixing source distribution to exclude extra-tests and data


Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/02a2e8d1
Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/02a2e8d1
Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/02a2e8d1

Branch: refs/heads/master
Commit: 02a2e8d14a1a1ca3804ad82114a00bf1ed859c85
Parents: 11dadb5
Author: Clebert Suconic <cl...@apache.org>
Authored: Fri Mar 6 23:55:16 2015 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Fri Mar 6 23:55:16 2015 -0500

----------------------------------------------------------------------
 .../activemq/src/main/assembly/source-assembly.xml       | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-6/blob/02a2e8d1/distribution/activemq/src/main/assembly/source-assembly.xml
----------------------------------------------------------------------
diff --git a/distribution/activemq/src/main/assembly/source-assembly.xml b/distribution/activemq/src/main/assembly/source-assembly.xml
index 21f3cba..a55157e 100644
--- a/distribution/activemq/src/main/assembly/source-assembly.xml
+++ b/distribution/activemq/src/main/assembly/source-assembly.xml
@@ -37,13 +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>
-            <exclude>tests/concurrent-tests/</exclude>
-            <exclude>tests/performance-tests/</exclude>
-            <exclude>tests/soak-tests/</exclude>
-            <exclude>tests/stress-tests/</exclude>
+            <exclude>tests/extra-tests/</exclude>
+            
+            <!-- in case some of the build generates data, this needs to be ignored -->
+            <exclude>data/</exclude>
 
             <!--  build output  -->
             <exclude>