Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 29517 invoked from network); 2 Apr 2008 22:53:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2008 22:53:14 -0000 Received: (qmail 44818 invoked by uid 500); 2 Apr 2008 22:53:09 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 44732 invoked by uid 500); 2 Apr 2008 22:53:09 -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 44713 invoked by uid 99); 2 Apr 2008 22:53:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 15:53:09 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 22:52:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A3E051A9832; Wed, 2 Apr 2008 15:52:48 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r644100 - /commons/sandbox/functor/trunk/pom.xml Date: Wed, 02 Apr 2008 22:52:48 -0000 To: commits@commons.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080402225248.A3E051A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mbenson Date: Wed Apr 2 15:52:47 2008 New Revision: 644100 URL: http://svn.apache.org/viewvc?rev=644100&view=rev Log: checkstyle Modified: commons/sandbox/functor/trunk/pom.xml Modified: commons/sandbox/functor/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/pom.xml?rev=644100&r1=644099&r2=644100&view=diff ============================================================================== --- commons/sandbox/functor/trunk/pom.xml (original) +++ commons/sandbox/functor/trunk/pom.xml Wed Apr 2 15:52:47 2008 @@ -109,5 +109,17 @@ + + + + maven-checkstyle-plugin + 2.1 + + ${basedir}/checkstyle.xml + **/parser/* + + + +