From commits-return-48406-apmail-qpid-commits-archive=qpid.apache.org@qpid.apache.org Tue Jun 11 16:50:12 2019 Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id B7B9A19F3B for ; Tue, 11 Jun 2019 16:50:11 +0000 (UTC) Received: (qmail 82755 invoked by uid 500); 11 Jun 2019 16:50:11 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 82735 invoked by uid 500); 11 Jun 2019 16:50:11 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 82726 invoked by uid 99); 11 Jun 2019 16:50:11 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2019 16:50:10 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id D6AF087AAE; Tue, 11 Jun 2019 16:50:10 +0000 (UTC) Date: Tue, 11 Jun 2019 16:50:10 +0000 To: "commits@qpid.apache.org" Subject: [qpid-dispatch] branch master updated: NO-JIRA: explicitly exlude PKCS12 test files from RAT check MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156027181078.3029.6333448252518857345@gitbox.apache.org> From: robbie@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: qpid-dispatch X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 177df1ff05f1183e2e43e19ed0d186de37f6c8be X-Git-Newrev: 754108c61c7e585e692a031bbc923fc3a77ddf89 X-Git-Rev: 754108c61c7e585e692a031bbc923fc3a77ddf89 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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 @@ **/server-password-file.txt **/server-password-file-bad.txt **/client-password-file.txt + **/*.pkcs12 **/.idea/** **/*~ .pydevproject --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org