Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 25561 invoked from network); 22 Jul 2009 16:19:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jul 2009 16:19:25 -0000 Received: (qmail 43132 invoked by uid 500); 22 Jul 2009 16:20:30 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 43054 invoked by uid 500); 22 Jul 2009 16:20:30 -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 43045 invoked by uid 99); 22 Jul 2009 16:20:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 16:20:28 +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; Wed, 22 Jul 2009 16:20:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 05A2E238888F; Wed, 22 Jul 2009 16:20:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r796779 - in /cxf/trunk: parent/pom.xml rt/databinding/sdo/pom.xml Date: Wed, 22 Jul 2009 16:20:03 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090722162004.05A2E238888F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Wed Jul 22 16:20:03 2009 New Revision: 796779 URL: http://svn.apache.org/viewvc?rev=796779&view=rev Log: Update poms to be able to turn off deprecation flags when they are known to be an issue with generated code Modified: cxf/trunk/parent/pom.xml cxf/trunk/rt/databinding/sdo/pom.xml Modified: cxf/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=796779&r1=796778&r2=796779&view=diff ============================================================================== --- cxf/trunk/parent/pom.xml (original) +++ cxf/trunk/parent/pom.xml Wed Jul 22 16:20:03 2009 @@ -40,6 +40,8 @@ None None -Xlint:unchecked,deprecation,fallthrough,finally + true + ${basedir}/target/classes com.sun.xml.messaging.saaj saaj-impl @@ -1230,7 +1232,7 @@ org.apache.maven.plugins maven-compiler-plugin - true + ${compile.show.deprecation} true ${compile.flags} Modified: cxf/trunk/rt/databinding/sdo/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/sdo/pom.xml?rev=796779&r1=796778&r2=796779&view=diff ============================================================================== --- cxf/trunk/rt/databinding/sdo/pom.xml (original) +++ cxf/trunk/rt/databinding/sdo/pom.xml Wed Jul 22 16:20:03 2009 @@ -33,6 +33,7 @@ cxf-pmd-ruleset-generated.xml -Xlint:unchecked,fallthrough,finally + false