Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 53478 invoked from network); 3 Jan 2011 21:41:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jan 2011 21:41:06 -0000 Received: (qmail 25460 invoked by uid 500); 3 Jan 2011 21:41:06 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 25421 invoked by uid 500); 3 Jan 2011 21:41:06 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 25413 invoked by uid 99); 3 Jan 2011 21:41:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jan 2011 21:41:06 +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; Mon, 03 Jan 2011 21:41:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E16DD23889B2; Mon, 3 Jan 2011 21:40:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1054780 - in /cxf/branches/2.3.x-fixes: ./ parent/pom.xml Date: Mon, 03 Jan 2011 21:40:43 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110103214043.E16DD23889B2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Mon Jan 3 21:40:43 2011 New Revision: 1054780 URL: http://svn.apache.org/viewvc?rev=1054780&view=rev Log: Merged revisions 1044754 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1044754 | bimargulies | 2010-12-11 20:53:42 -0500 (Sat, 11 Dec 2010) | 1 line Add a profile that might get PMD working in m2eclipse. ........ Modified: cxf/branches/2.3.x-fixes/ (props changed) cxf/branches/2.3.x-fixes/parent/pom.xml Propchange: cxf/branches/2.3.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.3.x-fixes/parent/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/parent/pom.xml?rev=1054780&r1=1054779&r2=1054780&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/parent/pom.xml (original) +++ cxf/branches/2.3.x-fixes/parent/pom.xml Mon Jan 3 21:40:43 2011 @@ -1559,6 +1559,47 @@ clean + + m2eclipse + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.5 + + + org.apache.cxf.build-utils + cxf-buildtools + ${cxf.build-utils.version} + + + + + ${cxf.resources.base.path}cxf-pmd-ruleset.xml + + UTF-8 + 1.5 + false + true + true + + ${basedir}/src/main/generated + + + + + validate + validate + + check + + + + + + +