Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F242310E79 for ; Wed, 18 Sep 2013 00:46:03 +0000 (UTC) Received: (qmail 13834 invoked by uid 500); 18 Sep 2013 00:46:03 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 13814 invoked by uid 500); 18 Sep 2013 00:46:03 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 13807 invoked by uid 99); 18 Sep 2013 00:46:03 -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, 18 Sep 2013 00:46:03 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 85E5CACFB; Wed, 18 Sep 2013 00:46:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Message-Id: <8af3b0bcbdeb48e7ac62ef132ac2cd9b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: ACCUMULO-1166 Wire up the release audit tool to make sure that we have the ASF license everywhere we need it to be. Date: Wed, 18 Sep 2013 00:46:03 +0000 (UTC) Updated Branches: refs/heads/1.4 c4ca79911 -> 50e8047e6 ACCUMULO-1166 Wire up the release audit tool to make sure that we have the ASF license everywhere we need it to be. Also added the ASF license to the READMEs. Project: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/commit/50e8047e Tree: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/tree/50e8047e Diff: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/diff/50e8047e Branch: refs/heads/1.4 Commit: 50e8047e6f3d6a6a88df2bdff8cdefd648fb6d45 Parents: c4ca799 Author: Josh Elser Authored: Tue Sep 17 20:44:47 2013 -0400 Committer: Josh Elser Committed: Tue Sep 17 20:44:47 2013 -0400 ---------------------------------------------------------------------- README.md | 17 +++++++++++++++++ pom.xml | 19 +++++++++++++++++++ src/main/resources/archetype-resources/README.md | 17 +++++++++++++++++ 3 files changed, 53 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/blob/50e8047e/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 69688f4..5bd15e0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ + + Instamo Archetype ======= http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/blob/50e8047e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 19e0c4e..303a1b1 100644 --- a/pom.xml +++ b/pom.xml @@ -57,8 +57,27 @@ true + + org.apache.rat + apache-rat-plugin + 0.10 + + + + org.apache.rat + apache-rat-plugin + + + + check + + verify + + + + http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/blob/50e8047e/src/main/resources/archetype-resources/README.md ---------------------------------------------------------------------- diff --git a/src/main/resources/archetype-resources/README.md b/src/main/resources/archetype-resources/README.md index 929c382..bfd0f61 100644 --- a/src/main/resources/archetype-resources/README.md +++ b/src/main/resources/archetype-resources/README.md @@ -1,3 +1,20 @@ + + Instamo =======