Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 61756 invoked from network); 26 May 2010 17:37:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 May 2010 17:37:12 -0000 Received: (qmail 90610 invoked by uid 500); 26 May 2010 17:37:12 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 90555 invoked by uid 500); 26 May 2010 17:37:12 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 90548 invoked by uid 99); 26 May 2010 17:37:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 May 2010 17:37:12 +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, 26 May 2010 17:37:09 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5C95623889D2; Wed, 26 May 2010 17:36:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r948509 - in /directory: apacheds/trunk/core-jndi/ apacheds/trunk/core/ apacheds/trunk/interceptor-kerberos/ apacheds/trunk/server-jndi/ apacheds/trunk/syncrepl/ shared/trunk/ldap-schema-loader/ shared/trunk/ldap-schema-manager/ shared/trun... Date: Wed, 26 May 2010 17:36:48 -0000 To: commits@directory.apache.org From: felixk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100526173648.5C95623889D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: felixk Date: Wed May 26 17:36:47 2010 New Revision: 948509 URL: http://svn.apache.org/viewvc?rev=948509&view=rev Log: Deprecated configuration for surefire plugin Modified: directory/apacheds/trunk/core-jndi/pom.xml directory/apacheds/trunk/core/pom.xml directory/apacheds/trunk/interceptor-kerberos/pom.xml directory/apacheds/trunk/server-jndi/pom.xml directory/apacheds/trunk/syncrepl/pom.xml directory/shared/trunk/ldap-schema-loader/pom.xml directory/shared/trunk/ldap-schema-manager/pom.xml directory/shared/trunk/ldap-schema/pom.xml Modified: directory/apacheds/trunk/core-jndi/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-jndi/pom.xml?rev=948509&r1=948508&r2=948509&view=diff ============================================================================== --- directory/apacheds/trunk/core-jndi/pom.xml (original) +++ directory/apacheds/trunk/core-jndi/pom.xml Wed May 26 17:36:47 2010 @@ -59,12 +59,9 @@ org.apache.maven.plugins maven-surefire-plugin - - - workingDirectory - ${basedir}/target/server-work - - + + ${basedir}/target/server-work + Modified: directory/apacheds/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core/pom.xml?rev=948509&r1=948508&r2=948509&view=diff ============================================================================== --- directory/apacheds/trunk/core/pom.xml (original) +++ directory/apacheds/trunk/core/pom.xml Wed May 26 17:36:47 2010 @@ -63,12 +63,9 @@ org.apache.maven.plugins maven-surefire-plugin - - - workingDirectory - ${basedir}/target/server-work - - + + ${basedir}/target/server-work + Modified: directory/apacheds/trunk/interceptor-kerberos/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptor-kerberos/pom.xml?rev=948509&r1=948508&r2=948509&view=diff ============================================================================== --- directory/apacheds/trunk/interceptor-kerberos/pom.xml (original) +++ directory/apacheds/trunk/interceptor-kerberos/pom.xml Wed May 26 17:36:47 2010 @@ -61,12 +61,9 @@ org.apache.maven.plugins maven-surefire-plugin - - - workingDirectory - ${basedir}/target/server-work - - + + ${basedir}/target/server-work + Modified: directory/apacheds/trunk/server-jndi/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-jndi/pom.xml?rev=948509&r1=948508&r2=948509&view=diff ============================================================================== --- directory/apacheds/trunk/server-jndi/pom.xml (original) +++ directory/apacheds/trunk/server-jndi/pom.xml Wed May 26 17:36:47 2010 @@ -84,12 +84,9 @@ org.apache.maven.plugins maven-surefire-plugin - - - ldifFile - ${basedir}/target/test-classes/example.ldif - - + + ${basedir}/target/test-classes/example.ldif + Modified: directory/apacheds/trunk/syncrepl/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/syncrepl/pom.xml?rev=948509&r1=948508&r2=948509&view=diff ============================================================================== --- directory/apacheds/trunk/syncrepl/pom.xml (original) +++ directory/apacheds/trunk/syncrepl/pom.xml Wed May 26 17:36:47 2010 @@ -212,12 +212,9 @@ performance tests run maven with the -Dp maven-surefire-plugin - - - outputDirectory - ${basedir}/target - - + + ${basedir}/target + **/*ITest.java Modified: directory/shared/trunk/ldap-schema-loader/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-schema-loader/pom.xml?rev=948509&r1=948508&r2=948509&view=diff ============================================================================== --- directory/shared/trunk/ldap-schema-loader/pom.xml (original) +++ directory/shared/trunk/ldap-schema-loader/pom.xml Wed May 26 17:36:47 2010 @@ -68,12 +68,9 @@ maven-surefire-plugin org.apache.maven.plugins - - - workingDirectory - ${basedir}/target - - + + ${basedir}/target + Modified: directory/shared/trunk/ldap-schema-manager/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-schema-manager/pom.xml?rev=948509&r1=948508&r2=948509&view=diff ============================================================================== --- directory/shared/trunk/ldap-schema-manager/pom.xml (original) +++ directory/shared/trunk/ldap-schema-manager/pom.xml Wed May 26 17:36:47 2010 @@ -74,12 +74,9 @@ maven-surefire-plugin org.apache.maven.plugins - - - workingDirectory - ${basedir}/target - - + + ${basedir}/target + Modified: directory/shared/trunk/ldap-schema/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-schema/pom.xml?rev=948509&r1=948508&r2=948509&view=diff ============================================================================== --- directory/shared/trunk/ldap-schema/pom.xml (original) +++ directory/shared/trunk/ldap-schema/pom.xml Wed May 26 17:36:47 2010 @@ -76,12 +76,9 @@ maven-surefire-plugin org.apache.maven.plugins - - - workingDirectory - ${basedir}/target - - + + ${basedir}/target +