Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-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 4DB54D4ED for ; Wed, 12 Dec 2012 21:59:57 +0000 (UTC) Received: (qmail 44099 invoked by uid 500); 12 Dec 2012 21:59:57 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 44058 invoked by uid 500); 12 Dec 2012 21:59:57 -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 44051 invoked by uid 99); 12 Dec 2012 21:59:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2012 21:59:57 +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; Wed, 12 Dec 2012 21:59:54 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E20A12388BCD; Wed, 12 Dec 2012 21:59:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1421009 - in /directory/apacheds/trunk: interceptors/admin/pom.xml interceptors/hash/pom.xml interceptors/logger/pom.xml jdbm-partition/pom.xml ldif-partition/pom.xml pom.xml server-integ/pom.xml Date: Wed, 12 Dec 2012 21:59:30 -0000 To: commits@directory.apache.org From: pamarcelot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121212215932.E20A12388BCD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pamarcelot Date: Wed Dec 12 21:59:27 2012 New Revision: 1421009 URL: http://svn.apache.org/viewvc?rev=1421009&view=rev Log: Replaced tests by test-jar as mentionned on the Maven website (http://maven.apache.org/guides/mini/guide-attached-tests.html). Modified: directory/apacheds/trunk/interceptors/admin/pom.xml directory/apacheds/trunk/interceptors/hash/pom.xml directory/apacheds/trunk/interceptors/logger/pom.xml directory/apacheds/trunk/jdbm-partition/pom.xml directory/apacheds/trunk/ldif-partition/pom.xml directory/apacheds/trunk/pom.xml directory/apacheds/trunk/server-integ/pom.xml Modified: directory/apacheds/trunk/interceptors/admin/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/admin/pom.xml?rev=1421009&r1=1421008&r2=1421009&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/admin/pom.xml (original) +++ directory/apacheds/trunk/interceptors/admin/pom.xml Wed Dec 12 21:59:27 2012 @@ -39,7 +39,7 @@ ${project.groupId} apacheds-core-api - tests + test-jar test Modified: directory/apacheds/trunk/interceptors/hash/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/hash/pom.xml?rev=1421009&r1=1421008&r2=1421009&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/hash/pom.xml (original) +++ directory/apacheds/trunk/interceptors/hash/pom.xml Wed Dec 12 21:59:27 2012 @@ -55,7 +55,7 @@ ${project.groupId} apacheds-core-api - tests + test-jar test Modified: directory/apacheds/trunk/interceptors/logger/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/logger/pom.xml?rev=1421009&r1=1421008&r2=1421009&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/logger/pom.xml (original) +++ directory/apacheds/trunk/interceptors/logger/pom.xml Wed Dec 12 21:59:27 2012 @@ -55,7 +55,7 @@ ${project.groupId} apacheds-core-api - tests + test-jar test Modified: directory/apacheds/trunk/jdbm-partition/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm-partition/pom.xml?rev=1421009&r1=1421008&r2=1421009&view=diff ============================================================================== --- directory/apacheds/trunk/jdbm-partition/pom.xml (original) +++ directory/apacheds/trunk/jdbm-partition/pom.xml Wed Dec 12 21:59:27 2012 @@ -76,7 +76,7 @@ ${project.groupId} apacheds-xdbm-partition - tests + test-jar test Modified: directory/apacheds/trunk/ldif-partition/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/ldif-partition/pom.xml?rev=1421009&r1=1421008&r2=1421009&view=diff ============================================================================== --- directory/apacheds/trunk/ldif-partition/pom.xml (original) +++ directory/apacheds/trunk/ldif-partition/pom.xml Wed Dec 12 21:59:27 2012 @@ -40,7 +40,7 @@ ${project.groupId} apacheds-core-api - tests + test-jar test Modified: directory/apacheds/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1421009&r1=1421008&r2=1421009&view=diff ============================================================================== --- directory/apacheds/trunk/pom.xml (original) +++ directory/apacheds/trunk/pom.xml Wed Dec 12 21:59:27 2012 @@ -536,7 +536,7 @@ ${project.groupId} apacheds-core-api ${project.version} - tests + test-jar @@ -834,7 +834,7 @@ ${project.groupId} apacheds-xdbm-partition ${project.version} - tests + test-jar Modified: directory/apacheds/trunk/server-integ/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-integ/pom.xml?rev=1421009&r1=1421008&r2=1421009&view=diff ============================================================================== --- directory/apacheds/trunk/server-integ/pom.xml (original) +++ directory/apacheds/trunk/server-integ/pom.xml Wed Dec 12 21:59:27 2012 @@ -50,7 +50,7 @@ ${project.groupId} apacheds-core-api - tests + test-jar test