Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 97C3E200CA7 for ; Tue, 9 May 2017 22:02:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 96933160BCD; Tue, 9 May 2017 20:02:34 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A246A160BE3 for ; Tue, 9 May 2017 22:02:32 +0200 (CEST) Received: (qmail 83040 invoked by uid 500); 9 May 2017 20:02:31 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 82495 invoked by uid 99); 9 May 2017 20:02:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 May 2017 20:02:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7340CF1756; Tue, 9 May 2017 20:02:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: olegk@apache.org To: commits@hc.apache.org Date: Tue, 09 May 2017 20:03:00 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [31/34] httpcomponents-core git commit: RAT check to exclude truststore files archived-at: Tue, 09 May 2017 20:02:34 -0000 RAT check to exclude truststore files git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.3.x@1632767 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/169cbf6e Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/169cbf6e Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/169cbf6e Branch: refs/heads/4.3.x Commit: 169cbf6e077bf8934b04da8cd7fa76e0e1554f3b Parents: a5e563b Author: Oleg Kalnichevski Authored: Sat Oct 18 11:38:51 2014 +0000 Committer: Oleg Kalnichevski Committed: Sat Oct 18 11:38:51 2014 +0000 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/169cbf6e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c864098..f5057f5 100644 --- a/pom.xml +++ b/pom.xml @@ -321,6 +321,12 @@ + + + src/docbkx/resources/** + src/test/resources/*.truststore + +