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 2019/06/11 16:50:10 UTC

[qpid-dispatch] branch master updated: NO-JIRA: explicitly exlude PKCS12 test files from RAT check

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 754108c  NO-JIRA: explicitly exlude PKCS12 test files from RAT check
754108c is described below

commit 754108c61c7e585e692a031bbc923fc3a77ddf89
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue Jun 11 17:49:38 2019 +0100

    NO-JIRA: explicitly exlude PKCS12 test files from RAT check
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 2fe6222..8e91aff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,7 @@
                       <exclude>**/server-password-file.txt</exclude>
                       <exclude>**/server-password-file-bad.txt</exclude>
                       <exclude>**/client-password-file.txt</exclude>
+                      <exclude>**/*.pkcs12</exclude>
                       <exclude>**/.idea/**</exclude> <!-- This is for ignoring the intellij idea project files -->
                       <exclude>**/*~</exclude> <!-- This is for files created by emacs -->
                       <exclude>.pydevproject</exclude> <!-- PyCharm project file -->


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