Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C27A877A for ; Sun, 14 Aug 2011 20:56:08 +0000 (UTC) Received: (qmail 66284 invoked by uid 500); 14 Aug 2011 20:56:07 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 66140 invoked by uid 500); 14 Aug 2011 20:56:06 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 66133 invoked by uid 99); 14 Aug 2011 20:56:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Aug 2011 20:56:06 +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; Sun, 14 Aug 2011 20:56:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 22EA023889B3 for ; Sun, 14 Aug 2011 20:55:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1157663 - /commons/proper/vfs/trunk/core/pom.xml Date: Sun, 14 Aug 2011 20:55:46 -0000 To: commits@commons.apache.org From: rgoers@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110814205546.22EA023889B3@eris.apache.org> Author: rgoers Date: Sun Aug 14 20:55:45 2011 New Revision: 1157663 URL: http://svn.apache.org/viewvc?rev=1157663&view=rev Log: Change surefire plugin configs to use systemPropertyVariables Modified: commons/proper/vfs/trunk/core/pom.xml Modified: commons/proper/vfs/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=1157663&r1=1157662&r2=1157663&view=diff ============================================================================== --- commons/proper/vfs/trunk/core/pom.xml (original) +++ commons/proper/vfs/trunk/core/pom.xml Sun Aug 14 20:55:45 2011 @@ -167,16 +167,10 @@ org.apache.maven.plugins maven-surefire-plugin - - - test.basedir - target/test-classes/test-data - - - test.basedir.res - test-data - - + + target/test-classes/test-data + test-data + **/RunTest.java @@ -214,20 +208,11 @@ org.apache.maven.plugins maven-surefire-plugin - - - test.basedir - target/test-classes/test-data - - - test.basedir.res - test-data - - - test.webdav.uri - ${test.webdav.uri} - - + + target/test-classes/test-data + test-data + ${test.webdav.uri} + @@ -244,20 +229,11 @@ org.apache.maven.plugins maven-surefire-plugin - - - test.basedir - target/test-classes/test-data - - - test.basedir.res - test-data - - - test.ftp.uri - ${test.ftp.uri} - - + + target/test-classes/test-data + test-data + ${test.ftp.uri} + @@ -274,20 +250,11 @@ org.apache.maven.plugins maven-surefire-plugin - - - test.basedir - target/test-classes/test-data - - - test.basedir.res - test-data - - - test.sftp.uri - ${test.sftp.uri} - - + + target/test-classes/test-data + test-data + ${test.sftp.uri} + @@ -304,20 +271,11 @@ org.apache.maven.plugins maven-surefire-plugin - - - test.basedir - target/test-classes/test-data - - - test.basedir.res - test-data - - - test.http.uri - ${test.http.uri} - - + + target/test-classes/test-data + test-data + ${test.http.uri} +