From commits-return-14654-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Sat Sep 18 00:36:20 2010 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 82216 invoked from network); 18 Sep 2010 00:36:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Sep 2010 00:36:20 -0000 Received: (qmail 31810 invoked by uid 500); 18 Sep 2010 00:36:20 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 31747 invoked by uid 500); 18 Sep 2010 00:36:19 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 31740 invoked by uid 99); 18 Sep 2010 00:36:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Sep 2010 00:36:19 +0000 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Sep 2010 00:36:18 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 60B2A23888D2; Sat, 18 Sep 2010 00:35:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r998376 - in /activemq/trunk: activemq-xmpp/pom.xml pom.xml Date: Sat, 18 Sep 2010 00:35:58 -0000 To: commits@activemq.apache.org From: hadrian@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100918003558.60B2A23888D2@eris.apache.org> Author: hadrian Date: Sat Sep 18 00:35:58 2010 New Revision: 998376 URL: http://svn.apache.org/viewvc?rev=998376&view=rev Log: Update rat plugin configuration Modified: activemq/trunk/activemq-xmpp/pom.xml activemq/trunk/pom.xml Modified: activemq/trunk/activemq-xmpp/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-xmpp/pom.xml?rev=998376&r1=998375&r2=998376&view=diff ============================================================================== --- activemq/trunk/activemq-xmpp/pom.xml (original) +++ activemq/trunk/activemq-xmpp/pom.xml Sat Sep 18 00:35:58 2010 @@ -130,7 +130,6 @@ install - org.apache.maven.plugins maven-compiler-plugin @@ -158,6 +157,15 @@ + + org.apache.rat + apache-rat-plugin + + + **/resources/*.xsd + + + org.jvnet.jaxb2.maven2 Modified: activemq/trunk/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=998376&r1=998375&r2=998376&view=diff ============================================================================== --- activemq/trunk/pom.xml (original) +++ activemq/trunk/pom.xml Sat Sep 18 00:35:58 2010 @@ -1043,11 +1043,16 @@ 2.0 - org.codehaus.mojo - rat-maven-plugin - 1.0-alpha-3 + org.apache.rat + apache-rat-plugin + 0.7 false + + + **/.* + **/eclipse-classes/**/* +