You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2017/11/29 10:17:34 UTC

qpid-broker-j git commit: QPID-6933: [System Tests] Prevent rat scanning of modules inside of systests when systests scan is performed

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master 49cd2c1d6 -> 064df4915


QPID-6933: [System Tests] Prevent rat scanning of modules inside of systests when systests scan is performed


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/064df491
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/064df491
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/064df491

Branch: refs/heads/master
Commit: 064df4915ec9011b65ceb392892df0902af1d7b1
Parents: 49cd2c1
Author: Alex Rudyy <or...@apache.org>
Authored: Wed Nov 29 10:16:55 2017 +0000
Committer: Alex Rudyy <or...@apache.org>
Committed: Wed Nov 29 10:16:55 2017 +0000

----------------------------------------------------------------------
 systests/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/064df491/systests/pom.xml
----------------------------------------------------------------------
diff --git a/systests/pom.xml b/systests/pom.xml
index 50e729c..85041f8 100644
--- a/systests/pom.xml
+++ b/systests/pom.xml
@@ -158,8 +158,15 @@
         <configuration>
           <excludes>
             <exclude>src/test/resources/org/apache/qpid/test/unit/message/**</exclude>
+            <exclude>qpid-systests-jms-core/**</exclude>
+            <exclude>qpid-systests-jms_1.1/**</exclude>
             <exclude>qpid-systests-jms_2.0/**</exclude>
+            <exclude>protocol-tests-core/**</exclude>
             <exclude>protocol-tests-amqp-1-0/**</exclude>
+            <exclude>protocol-tests-amqp-0-8/**</exclude>
+            <exclude>protocol-tests-amqp-0-10/**</exclude>
+            <exclude>systests-utils/**</exclude>
+            <exclude>end-to-end-conversion-tests/**</exclude>
           </excludes>
         </configuration>
       </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org