Return-Path: Delivered-To: apmail-felix-commits-archive@www.apache.org Received: (qmail 62776 invoked from network); 26 Aug 2007 00:11:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Aug 2007 00:11:20 -0000 Received: (qmail 62079 invoked by uid 500); 26 Aug 2007 00:11:16 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 62058 invoked by uid 500); 26 Aug 2007 00:11:16 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 62049 invoked by uid 99); 26 Aug 2007 00:11:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Aug 2007 17:11:16 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Aug 2007 00:11:18 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 56F8D1A9832; Sat, 25 Aug 2007 17:10:58 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r569747 - in /felix/sandbox/lenzi/bundleplugin: ./ pom.xml src/main/resources/META-INF/plexus/components.xml Date: Sun, 26 Aug 2007 00:10:58 -0000 To: commits@felix.apache.org From: lenzi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070826001058.56F8D1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lenzi Date: Sat Aug 25 17:10:56 2007 New Revision: 569747 URL: http://svn.apache.org/viewvc?rev=569747&view=rev Log: Created a "for testing" version of the maven-bundle-plugin which uses the homega.tools:obrPlugin:1.0.0-SNAPSHOST in order to create a local OBR repository with all the bundle built by the maven-bundle-plugin Added: felix/sandbox/lenzi/bundleplugin/ - copied from r569642, felix/trunk/bundleplugin/ Modified: felix/sandbox/lenzi/bundleplugin/pom.xml felix/sandbox/lenzi/bundleplugin/src/main/resources/META-INF/plexus/components.xml Modified: felix/sandbox/lenzi/bundleplugin/pom.xml URL: http://svn.apache.org/viewvc/felix/sandbox/lenzi/bundleplugin/pom.xml?rev=569747&r1=569642&r2=569747&view=diff ============================================================================== --- felix/sandbox/lenzi/bundleplugin/pom.xml (original) +++ felix/sandbox/lenzi/bundleplugin/pom.xml Sat Aug 25 17:10:56 2007 @@ -24,13 +24,12 @@ felix org.apache.felix 1.1.0-SNAPSHOT - ../pom/pom.xml 4.0.0 org.apache.felix maven-bundle-plugin - 1.1.0-SNAPSHOT + 1.1.0+obrPlugin-SNAPSHOT maven-plugin Maven Bundle Plugin Modified: felix/sandbox/lenzi/bundleplugin/src/main/resources/META-INF/plexus/components.xml URL: http://svn.apache.org/viewvc/felix/sandbox/lenzi/bundleplugin/src/main/resources/META-INF/plexus/components.xml?rev=569747&r1=569642&r2=569747&view=diff ============================================================================== --- felix/sandbox/lenzi/bundleplugin/src/main/resources/META-INF/plexus/components.xml (original) +++ felix/sandbox/lenzi/bundleplugin/src/main/resources/META-INF/plexus/components.xml Sat Aug 25 17:10:56 2007 @@ -34,7 +34,10 @@ org.apache.maven.plugins:maven-compiler-plugin:testCompile org.apache.maven.plugins:maven-surefire-plugin:test org.apache.felix:maven-bundle-plugin:bundle - org.apache.maven.plugins:maven-install-plugin:install + + org.apache.maven.plugins:maven-install-plugin:install, + homega.tools:obrPlugin:repository + org.apache.maven.plugins:maven-deploy-plugin:deploy