Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-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 3258E18D21 for ; Thu, 19 Nov 2015 22:16:30 +0000 (UTC) Received: (qmail 73428 invoked by uid 500); 19 Nov 2015 22:16:25 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 73348 invoked by uid 500); 19 Nov 2015 22:16:25 -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 73336 invoked by uid 99); 19 Nov 2015 22:16:25 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Nov 2015 22:16:25 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 900881A2153 for ; Thu, 19 Nov 2015 22:16:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.792 X-Spam-Level: * X-Spam-Status: No, score=1.792 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001, URI_TRY_3LD=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id GdhNvmravsaM for ; Thu, 19 Nov 2015 22:16:22 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 6C53F20EBA for ; Thu, 19 Nov 2015 22:16:22 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B2C4BE00B6 for ; Thu, 19 Nov 2015 22:16:21 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id B10CA3A1CC2 for ; Thu, 19 Nov 2015 22:16:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1715298 - in /commons/proper/validator/trunk: checkstyle-suppressions.xml checkstyle.xml pom.xml Date: Thu, 19 Nov 2015 22:16:21 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151119221621.B10CA3A1CC2@svn01-us-west.apache.org> Author: sebb Date: Thu Nov 19 22:16:21 2015 New Revision: 1715298 URL: http://svn.apache.org/viewvc?rev=1715298&view=rev Log: Allow Checkstyle checks to be overridden where necessary Added: commons/proper/validator/trunk/checkstyle-suppressions.xml (with props) Modified: commons/proper/validator/trunk/checkstyle.xml commons/proper/validator/trunk/pom.xml Added: commons/proper/validator/trunk/checkstyle-suppressions.xml URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/checkstyle-suppressions.xml?rev=1715298&view=auto ============================================================================== --- commons/proper/validator/trunk/checkstyle-suppressions.xml (added) +++ commons/proper/validator/trunk/checkstyle-suppressions.xml Thu Nov 19 22:16:21 2015 @@ -0,0 +1,28 @@ + + + + + + + + + + + Propchange: commons/proper/validator/trunk/checkstyle-suppressions.xml ------------------------------------------------------------------------------ svn:eol-style = native Modified: commons/proper/validator/trunk/checkstyle.xml URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/checkstyle.xml?rev=1715298&r1=1715297&r2=1715298&view=diff ============================================================================== --- commons/proper/validator/trunk/checkstyle.xml (original) +++ commons/proper/validator/trunk/checkstyle.xml Thu Nov 19 22:16:21 2015 @@ -149,4 +149,20 @@ + + + + + + + + + + + + + Modified: commons/proper/validator/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1715298&r1=1715297&r2=1715298&view=diff ============================================================================== --- commons/proper/validator/trunk/pom.xml (original) +++ commons/proper/validator/trunk/pom.xml Thu Nov 19 22:16:21 2015 @@ -157,6 +157,7 @@ 1.6 UTF-8 UTF-8 + 2.16 @@ -193,6 +194,17 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.plugin.version} + + ${basedir}/checkstyle.xml + + config_loc=${basedir} + false + + @@ -247,9 +259,11 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.16 + ${checkstyle.plugin.version} ${basedir}/checkstyle.xml + + config_loc=${basedir} false