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/20 23:56:48 UTC

qpid-proton-j git commit: PROTON-1405: exclude new ssl test resources from the RAT checks

Repository: qpid-proton-j
Updated Branches:
  refs/heads/master 4d9a89bdc -> db929a053


PROTON-1405: exclude new ssl test resources from the RAT checks


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/db929a05
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/tree/db929a05
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/diff/db929a05

Branch: refs/heads/master
Commit: db929a053a7b6be0e8e667fd13773a1527fa8997
Parents: 4d9a89b
Author: Robert Gemmell <ro...@apache.org>
Authored: Mon Feb 20 23:56:11 2017 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Mon Feb 20 23:56:11 2017 +0000

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/db929a05/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7385970..06a0cdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,6 +109,10 @@
             <exclude>**/*.p12</exclude>
             <exclude>**/*.pem</exclude>
             <exclude>**/*.pem.txt</exclude>
+            <exclude>**/*.crt</exclude>
+            <exclude>**/*.csr</exclude>
+            <exclude>**/*.keystore</exclude>
+            <exclude>**/*.truststore</exclude>
           </excludes>
         </configuration>
       </plugin>


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