Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 30833 invoked from network); 26 Jan 2010 19:39:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jan 2010 19:39:37 -0000 Received: (qmail 75051 invoked by uid 500); 26 Jan 2010 19:39:37 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 74979 invoked by uid 500); 26 Jan 2010 19:39:36 -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 74945 invoked by uid 99); 26 Jan 2010 19:39:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jan 2010 19:39:36 +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; Tue, 26 Jan 2010 19:39:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2093523889C5; Tue, 26 Jan 2010 19:39:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r903384 - in /cxf/trunk: parent/pom.xml rt/ws/security/pom.xml rt/ws/security/src/test/resources/ibm.security Date: Tue, 26 Jan 2010 19:39:13 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100126193913.2093523889C5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Tue Jan 26 19:39:12 2010 New Revision: 903384 URL: http://svn.apache.org/viewvc?rev=903384&view=rev Log: Cleanup setting sysargs for surefire 2.5 Removed: cxf/trunk/rt/ws/security/src/test/resources/ibm.security Modified: cxf/trunk/parent/pom.xml cxf/trunk/rt/ws/security/pom.xml Modified: cxf/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=903384&r1=903383&r2=903384&view=diff ============================================================================== --- cxf/trunk/parent/pom.xml (original) +++ cxf/trunk/parent/pom.xml Tue Jan 26 19:39:12 2010 @@ -39,8 +39,6 @@ -ea -ea - None - None -Xlint:unchecked,deprecation,fallthrough,finally true @@ -77,9 +75,6 @@ cxf-pmd-ruleset.xml - None - None - @@ -272,52 +267,19 @@ false ${surefire.fork.vmargs} ${surefire.parallel.mode} - - - ${surefire.extra.sysprop.name1} - ${surefire.extra.sysprop.value1} - - - cxf.validateServiceSchemas - ${cxf.validateServices} - - - java.awt.headless - ${java.awt.headless} - - - java.util.logging.config.file - ${basedir}/target/test-classes/logging.properties - - - activemq.store.dir - ${basedir}/target/ActiveMQ - - - derby.system.home - ${basedir}/target/derby - - - spring.validation.mode - ${spring.validation.mode} - - - server.launcher.vmargs - ${server.launcher.vmargs} - - - ${extra.surefire.syspropery.name} - ${extra.surefire.syspropery.value} - - - + + ${cxf.validateServices} + ${java.awt.headless} + ${basedir}/target/test-classes/logging.properties + ${basedir}/target/ActiveMQ + ${basedir}/target/derby + ${spring.validation.mode} + ${server.launcher.vmargs} - org.apache.cxf.transports.http_jetty.DontClosePort - false - - + false + @@ -1379,22 +1341,6 @@ xalan - - - javax.xml.transform.TransformerFactory - org.apache.xalan.xsltc.trax.TransformerFactoryImpl - Modified: cxf/trunk/rt/ws/security/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/pom.xml?rev=903384&r1=903383&r2=903384&view=diff ============================================================================== --- cxf/trunk/rt/ws/security/pom.xml (original) +++ cxf/trunk/rt/ws/security/pom.xml Tue Jan 26 19:39:12 2010 @@ -192,10 +192,6 @@ test - - java.security.properties - ${basedir}/target/test-classes/ibm.security -