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 @@
<artifactId>felix</artifactId>
<groupId>org.apache.felix</groupId>
<version>1.1.0-SNAPSHOT</version>
- <relativePath>../pom/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0+obrPlugin-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Bundle Plugin</name>
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 @@
<test-compile>org.apache.maven.plugins:maven-compiler-plugin:testCompile</test-compile>
<test>org.apache.maven.plugins:maven-surefire-plugin:test</test>
<package>org.apache.felix:maven-bundle-plugin:bundle</package>
-
<install>org.apache.maven.plugins:maven-install-plugin:install</install>
+ <install>
+ org.apache.maven.plugins:maven-install-plugin:install,
+ homega.tools:obrPlugin:repository
+ </install>
<deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy>
</phases>
<!-- END SNIPPET: bundle-lifecycle -->