Return-Path: X-Original-To: apmail-curator-commits-archive@minotaur.apache.org Delivered-To: apmail-curator-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03322FDE1 for ; Wed, 1 May 2013 20:39:24 +0000 (UTC) Received: (qmail 23780 invoked by uid 500); 1 May 2013 20:39:23 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 23756 invoked by uid 500); 1 May 2013 20:39:23 -0000 Mailing-List: contact commits-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list commits@curator.apache.org Received: (qmail 23749 invoked by uid 99); 1 May 2013 20:39:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 May 2013 20:39:23 +0000 X-ASF-Spam-Status: No, hits=-2002.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 01 May 2013 20:39:22 +0000 Received: (qmail 23273 invoked by uid 99); 1 May 2013 20:39:02 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 May 2013 20:39:02 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 62C2988531D; Wed, 1 May 2013 20:39:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: randgalt@apache.org To: commits@curator.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: Added RAT plugin for convenience Date: Wed, 1 May 2013 20:39:02 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/master 23e4513cd -> 8d416653d Added RAT plugin for convenience Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/8d416653 Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/8d416653 Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/8d416653 Branch: refs/heads/master Commit: 8d416653d42a949141ccd9889b00f3fbd8baba09 Parents: 23e4513 Author: randgalt Authored: Wed May 1 13:37:49 2013 -0700 Committer: randgalt Committed: Wed May 1 13:37:49 2013 -0700 ---------------------------------------------------------------------- pom.xml | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/8d416653/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c451555..fc0efa6 100644 --- a/pom.xml +++ b/pom.xml @@ -456,6 +456,28 @@ -Dmaven.test.skip=true + + + org.apache.rat + apache-rat-plugin + 0.8 + + 0 + false + + **/*.confluence + **/.gitignore + **/DISCLAIMER + **/DEPENDENCIES + **/KEYS + **/LICENSE + **/NOTICE + **/README + **/CHANGES + **/RELEASE-NOTES + + +