Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 60748 invoked from network); 8 Aug 2008 03:33:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Aug 2008 03:33:11 -0000 Received: (qmail 20048 invoked by uid 500); 8 Aug 2008 03:33:10 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 20011 invoked by uid 500); 8 Aug 2008 03:33:10 -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 20002 invoked by uid 99); 8 Aug 2008 03:33:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2008 20:33:10 -0700 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; Fri, 08 Aug 2008 03:32:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1E4B8238898B; Thu, 7 Aug 2008 20:32:51 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r683826 - /directory/apacheds/branches/bigbang/server-integ/pom.xml Date: Fri, 08 Aug 2008 03:32:51 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080808033251.1E4B8238898B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: akarasulu Date: Thu Aug 7 20:32:50 2008 New Revision: 683826 URL: http://svn.apache.org/viewvc?rev=683826&view=rev Log: removing crap from old server-unit which this was copied from: no more profiles this will always run to drive all integration tests with fast framework Modified: directory/apacheds/branches/bigbang/server-integ/pom.xml Modified: directory/apacheds/branches/bigbang/server-integ/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/server-integ/pom.xml?rev=683826&r1=683825&r2=683826&view=diff ============================================================================== --- directory/apacheds/branches/bigbang/server-integ/pom.xml (original) +++ directory/apacheds/branches/bigbang/server-integ/pom.xml Thu Aug 7 20:32:50 2008 @@ -78,71 +78,19 @@ - - - integration - - true - - - - - maven-surefire-plugin - - - **/*ISuite.java - **/*IndexedNegationSearchIT.java - - - - - - - - - quicktest - - quicktest - - - - - maven-surefire-plugin - - - **/*PTest.java - **/*ITest.java - **/*IT.java - - - - - - maven-antrun-plugin - - - validate - - - -================================================================= - Q U I C K T E S T S - --------------------- - -WARNING: Long running integration tests have been disabled! -================================================================= - - - - - run - - - - - - - - + + + + maven-surefire-plugin + + + **/*ISuite.java + **/*IndexedNegationSearchIT.java + **/*LdapsIT.java + + + + +