Return-Path: X-Original-To: apmail-tamaya-commits-archive@minotaur.apache.org Delivered-To: apmail-tamaya-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 847C41055E for ; Sat, 6 Dec 2014 21:42:18 +0000 (UTC) Received: (qmail 97875 invoked by uid 500); 6 Dec 2014 21:42:17 -0000 Delivered-To: apmail-tamaya-commits-archive@tamaya.apache.org Received: (qmail 97855 invoked by uid 500); 6 Dec 2014 21:42:17 -0000 Mailing-List: contact commits-help@tamaya.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tamaya.incubator.apache.org Delivered-To: mailing list commits@tamaya.incubator.apache.org Received: (qmail 97846 invoked by uid 99); 6 Dec 2014 21:42:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Dec 2014 21:42:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Sat, 06 Dec 2014 21:41:55 +0000 Received: (qmail 97819 invoked by uid 99); 6 Dec 2014 21:41:53 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Dec 2014 21:41:53 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D2BF49BE3B7; Sat, 6 Dec 2014 21:41:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: plexus@apache.org To: commits@tamaya.incubator.apache.org Message-Id: <8ea13b02be93474fa8db50b857abf64d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-tamaya git commit: TAMAYA-17 Goal check of RAT will now be executed and a report will be generated by RAT during the site generation. Date: Sat, 6 Dec 2014 21:41:52 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-tamaya Updated Branches: refs/heads/master 653b94bd4 -> 94badf65b TAMAYA-17 Goal check of RAT will now be executed and a report will be generated by RAT during the site generation. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/94badf65 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/94badf65 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/94badf65 Branch: refs/heads/master Commit: 94badf65ba89c82cb6ae96edab2dc6edcec42b84 Parents: 653b94b Author: Oliver B. Fischer Authored: Sat Dec 6 22:40:49 2014 +0100 Committer: Oliver B. Fischer Committed: Sat Dec 6 22:40:49 2014 +0100 ---------------------------------------------------------------------- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/94badf65/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ded51b6..9543cec 100644 --- a/pom.xml +++ b/pom.xml @@ -200,7 +200,15 @@ under the License. org.apache.rat apache-rat-plugin - ≈${rat.version} + ${rat.version} + + + verify + + check + + + org.codehaus.mojo @@ -518,6 +526,11 @@ under the License. + org.apache.rat + apache-rat-plugin + ${rat.version} + + org.codehaus.mojo findbugs-maven-plugin ${findbugs.version}