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 2BEF5F17F for ; Fri, 29 Mar 2013 20:45:26 +0000 (UTC) Received: (qmail 11835 invoked by uid 500); 29 Mar 2013 20:45:26 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 11807 invoked by uid 500); 29 Mar 2013 20:45:26 -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 11795 invoked by uid 99); 29 Mar 2013 20:45:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Mar 2013 20:45:25 +0000 X-ASF-Spam-Status: No, hits=-2001.3 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; Fri, 29 Mar 2013 20:45:24 +0000 Received: (qmail 10390 invoked by uid 99); 29 Mar 2013 20:45:04 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Mar 2013 20:45:04 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 20472834250; Fri, 29 Mar 2013 20:45:04 +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 Date: Fri, 29 Mar 2013 20:45:07 -0000 Message-Id: <0cfff898de144dbd91a21ab45d29bd46@git.apache.org> In-Reply-To: <175688e7f0984c7888d77076acb2a703@git.apache.org> References: <175688e7f0984c7888d77076acb2a703@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/17] git commit: Adding license plugin - more to do X-Virus-Checked: Checked by ClamAV on apache.org Adding license plugin - more to do Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/fe34ac57 Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/fe34ac57 Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/fe34ac57 Branch: refs/heads/master Commit: fe34ac579c89407d4c8cd0dabebeaae4f00e3b73 Parents: ac87c26 Author: randgalt Authored: Wed Mar 27 10:10:09 2013 -0700 Committer: randgalt Committed: Wed Mar 27 10:10:09 2013 -0700 ---------------------------------------------------------------------- pom.xml | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/fe34ac57/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1082740..c32cf56 100644 --- a/pom.xml +++ b/pom.xml @@ -408,6 +408,36 @@ + + + com.mycila.maven-license-plugin + maven-license-plugin + 1.9.0 + +
src/etc/header.txt
+ + **/.gitignore + **/DISCLAIMER + **/LICENSE.txt + **/NOTICE.txt + **/README.txt + **/CHANGES.txt + **/RELEASE-NOTES + + true + + XML_STYLE + +
+ + + license + + check + + + +