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 DC211200C23 for ; Wed, 8 Feb 2017 02:16:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DAB77160B68; Wed, 8 Feb 2017 01:16:03 +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 2D7C1160B3E for ; Wed, 8 Feb 2017 02:16:03 +0100 (CET) Received: (qmail 20922 invoked by uid 500); 8 Feb 2017 01:16:02 -0000 Mailing-List: contact commits-help@juneau.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@juneau.incubator.apache.org Delivered-To: mailing list commits@juneau.incubator.apache.org Received: (qmail 20913 invoked by uid 99); 8 Feb 2017 01:16:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2017 01:16:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id EF4B81A01F1 for ; Wed, 8 Feb 2017 01:16:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id cPWYPRsQAsux for ; Wed, 8 Feb 2017 01:16:01 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 50CBA5F613 for ; Wed, 8 Feb 2017 01:16:00 +0000 (UTC) Received: (qmail 20811 invoked by uid 99); 8 Feb 2017 01:15:59 -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; Wed, 08 Feb 2017 01:15:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6AD1EDFB0E; Wed, 8 Feb 2017 01:15:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jamesbognar@apache.org To: commits@juneau.incubator.apache.org Date: Wed, 08 Feb 2017 01:15:59 -0000 Message-Id: <98d17a1cf18844868b2e9aa5e9e9a556@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/7] incubator-juneau git commit: Exclude .settings files from RAT check. archived-at: Wed, 08 Feb 2017 01:16:04 -0000 Repository: incubator-juneau Updated Branches: refs/heads/master 18f14a7d4 -> 30dd3b936 Exclude .settings files from RAT check. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/642f5dd3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/642f5dd3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/642f5dd3 Branch: refs/heads/master Commit: 642f5dd3566f7b400f486fa18a69f1316b3ffb0d Parents: 18f14a7 Author: JamesBognar Authored: Tue Feb 7 16:14:52 2017 -0500 Committer: JamesBognar Committed: Tue Feb 7 16:14:52 2017 -0500 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/642f5dd3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4da6f48..a9d1356 100644 --- a/pom.xml +++ b/pom.xml @@ -127,6 +127,7 @@ **/.idea **/*.iml **/*.classpath + **/*.settings **/*.log.* **/target/** DEPENDENCIES