You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2017/02/02 18:54:38 UTC

qpid-proton-j git commit: PROTON-1385: update RAT config to exclude the interop files, ocassionally they aren't auto-detected as binary

Repository: qpid-proton-j
Updated Branches:
  refs/heads/master de8341d09 -> 919a490ca


PROTON-1385: update RAT config to exclude the interop files, ocassionally they aren't auto-detected as binary


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/commit/919a490c
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/tree/919a490c
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/diff/919a490c

Branch: refs/heads/master
Commit: 919a490ca6b940196b6e3b989a7da9b553a92a56
Parents: de8341d
Author: Robert Gemmell <ro...@apache.org>
Authored: Thu Feb 2 18:53:05 2017 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Thu Feb 2 18:53:05 2017 +0000

----------------------------------------------------------------------
 tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/919a490c/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index 41bbced..2a234ff 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -83,7 +83,7 @@ mvn test \
         <configuration>
           <excludes>
             <exclude>java/pythonTests.ignore</exclude>
-            <exclude>interop/null.amqp</exclude>
+            <exclude>interop/*.amqp</exclude>
           </excludes>
         </configuration>
       </plugin>


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