Return-Path: Delivered-To: apmail-incubator-sling-commits-archive@minotaur.apache.org Received: (qmail 49303 invoked from network); 6 Apr 2009 14:28:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Apr 2009 14:28:49 -0000 Received: (qmail 78838 invoked by uid 500); 6 Apr 2009 14:28:49 -0000 Delivered-To: apmail-incubator-sling-commits-archive@incubator.apache.org Received: (qmail 78788 invoked by uid 500); 6 Apr 2009 14:28:49 -0000 Mailing-List: contact sling-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sling-dev@incubator.apache.org Delivered-To: mailing list sling-commits@incubator.apache.org Received: (qmail 78779 invoked by uid 99); 6 Apr 2009 14:28:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2009 14:28:49 +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; Mon, 06 Apr 2009 14:28:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C6F5623889E3; Mon, 6 Apr 2009 14:28:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r762360 - in /incubator/sling/trunk: launchpad/testing/pom.xml pom.xml Date: Mon, 06 Apr 2009 14:28:28 -0000 To: sling-commits@incubator.apache.org From: bdelacretaz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090406142828.C6F5623889E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bdelacretaz Date: Mon Apr 6 14:28:28 2009 New Revision: 762360 URL: http://svn.apache.org/viewvc?rev=762360&view=rev Log: SLING-845 - delete top-level sling folder using an ant task as the maven-clean-plugin config can slow things down Modified: incubator/sling/trunk/launchpad/testing/pom.xml incubator/sling/trunk/pom.xml Modified: incubator/sling/trunk/launchpad/testing/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/testing/pom.xml?rev=762360&r1=762359&r2=762360&view=diff ============================================================================== --- incubator/sling/trunk/launchpad/testing/pom.xml (original) +++ incubator/sling/trunk/launchpad/testing/pom.xml Mon Apr 6 14:28:28 2009 @@ -104,6 +104,25 @@ + org.apache.maven.plugins + maven-antrun-plugin + + + delete-sling-folder + package + + run + + + + SLING-845 - delete parent sling folder before integration tests + + + + + + + org.mortbay.jetty maven-jetty-plugin Modified: incubator/sling/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=762360&r1=762359&r2=762360&view=diff ============================================================================== --- incubator/sling/trunk/pom.xml (original) +++ incubator/sling/trunk/pom.xml Mon Apr 6 14:28:28 2009 @@ -55,28 +55,6 @@ http://svn.apache.org/viewvc/incubator/sling/trunk - - - - maven-clean-plugin - 2.2 - - - - - ${basedir} - - derby.log - cachedir - sling - - - - - - - -