Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF9B910678 for ; Mon, 9 Sep 2013 17:23:45 +0000 (UTC) Received: (qmail 42115 invoked by uid 500); 9 Sep 2013 17:23:45 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 42064 invoked by uid 500); 9 Sep 2013 17:23:45 -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 42056 invoked by uid 99); 9 Sep 2013 17:23:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Sep 2013 17:23:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 09 Sep 2013 17:23:42 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4254E23889ED; Mon, 9 Sep 2013 17:23:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1521201 - /cxf/branches/2.6.x-fixes/parent/pom.xml Date: Mon, 09 Sep 2013 17:23:21 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130909172321.4254E23889ED@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Mon Sep 9 17:23:20 2013 New Revision: 1521201 URL: http://svn.apache.org/r1521201 Log: Merged revisions 1521178 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes ........ r1521178 | dkulp | 2013-09-09 12:23:25 -0400 (Mon, 09 Sep 2013) | 10 lines Merged revisions 1521176 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1521176 | dkulp | 2013-09-09 12:19:01 -0400 (Mon, 09 Sep 2013) | 2 lines Don't do the custom check that no longer seems to be working ........ ........ Modified: cxf/branches/2.6.x-fixes/parent/pom.xml Modified: cxf/branches/2.6.x-fixes/parent/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/parent/pom.xml?rev=1521201&r1=1521200&r2=1521201&view=diff ============================================================================== --- cxf/branches/2.6.x-fixes/parent/pom.xml (original) +++ cxf/branches/2.6.x-fixes/parent/pom.xml Mon Sep 9 17:23:20 2013 @@ -339,7 +339,6 @@ ${cxf.resources.base.path}cxf-pmd-ruleset.xml - ${cxf.resources.base.path}cxf-pmd-custom.xml UTF-8 1.5 @@ -1770,47 +1769,6 @@ clean - - m2eclipse - - - - org.apache.maven.plugins - maven-pmd-plugin - 2.7.1 - - - 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 - - - - - - -