Return-Path: Delivered-To: apmail-sling-commits-archive@www.apache.org Received: (qmail 13444 invoked from network); 12 Feb 2011 03:26:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Feb 2011 03:26:00 -0000 Received: (qmail 77800 invoked by uid 500); 12 Feb 2011 03:26:00 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 77741 invoked by uid 500); 12 Feb 2011 03:25:58 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 77729 invoked by uid 99); 12 Feb 2011 03:25:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Feb 2011 03:25: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; Sat, 12 Feb 2011 03:25:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2C96B23889FD; Sat, 12 Feb 2011 03:25:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1070018 - /sling/trunk/launchpad/builder/pom.xml Date: Sat, 12 Feb 2011 03:25:34 -0000 To: commits@sling.apache.org From: justin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110212032534.2C96B23889FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: justin Date: Sat Feb 12 03:25:32 2011 New Revision: 1070018 URL: http://svn.apache.org/viewvc?rev=1070018&view=rev Log: need to use m-launchpad-plugin to get launchpad.api support; also adding clean plugin to clean out sling directory between runs of launchpad:run Modified: sling/trunk/launchpad/builder/pom.xml Modified: sling/trunk/launchpad/builder/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/pom.xml?rev=1070018&r1=1070017&r2=1070018&view=diff ============================================================================== --- sling/trunk/launchpad/builder/pom.xml (original) +++ sling/trunk/launchpad/builder/pom.xml Sat Feb 12 03:25:32 2011 @@ -72,9 +72,27 @@ + maven-clean-plugin + 2.2 + + + + ${basedir} + + derby.log + cachedir + sling + jackrabbit + coverage.ec + + + + + + org.apache.sling maven-launchpad-plugin - 2.0.8 + 2.0.9-SNAPSHOT prepare-package-war