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 63029200D37 for ; Wed, 25 Oct 2017 09:05:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 61C811609E5; Wed, 25 Oct 2017 07:05:58 +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 A9784160BDA for ; Wed, 25 Oct 2017 09:05:57 +0200 (CEST) Received: (qmail 79144 invoked by uid 500); 25 Oct 2017 07:05:56 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 79125 invoked by uid 99); 25 Oct 2017 07:05:56 -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, 25 Oct 2017 07:05:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7D689DFC49; Wed, 25 Oct 2017 07:05:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pascalschumacher@apache.org To: commits@commons.apache.org Date: Wed, 25 Oct 2017 07:05:56 -0000 Message-Id: <74e6503b633a49529a4848ef3b5b9a6d@git.apache.org> In-Reply-To: <50653497004f4318b7f3430041587dcb@git.apache.org> References: <50653497004f4318b7f3430041587dcb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] commons-pool git commit: pom.xml: apache-rat-plugin configuration from site to build sections, so that it also works outside of the site life-cycle archived-at: Wed, 25 Oct 2017 07:05:58 -0000 pom.xml: apache-rat-plugin configuration from site to build sections, so that it also works outside of the site life-cycle Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/f8063b52 Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/f8063b52 Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/f8063b52 Branch: refs/heads/master Commit: f8063b527cdf5ff227c8981e27409337a8740bdd Parents: 25437b4 Author: pascalschumacher Authored: Wed Oct 25 08:59:25 2017 +0200 Committer: pascalschumacher Committed: Wed Oct 25 08:59:25 2017 +0200 ---------------------------------------------------------------------- pom.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-pool/blob/f8063b52/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 25209c2..639dfca 100644 --- a/pom.xml +++ b/pom.xml @@ -172,6 +172,19 @@ + org.apache.rat + apache-rat-plugin + + + src/test/resources/test1 + src/test/resources/test2 + .checkstyle + .fbprefs + .pmd + + + + org.apache.maven.plugins maven-surefire-plugin @@ -254,19 +267,6 @@ cobertura-maven-plugin 2.7 - - org.apache.rat - apache-rat-plugin - - - src/test/resources/test1 - src/test/resources/test2 - .checkstyle - .fbprefs - .pmd - - -