[ https://issues.apache.org/jira/browse/FELIX-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart McCulloch updated FELIX-199: ----------------------------------- Attachment: FELIX-199-20070328.patch To apply Carlos' patch: cd tools/maven2/maven-bundle-plugin/ svn merge https://svn.apache.org/repos/asf/incubator/felix/trunk/tools/maven2/maven-bundle-plugin \ https://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-bundle-plugin svn del README.txt --force # edit groupId in pom.xml from 'org.apache.maven.plugins' to 'org.apache.felix' Or alternatively, apply the attached patchfile and the separate test jar (see later attachment): cd tools/maven2/maven-bundle-plugin/ patch -p1 < /tmp/FELIX-199-20070328.patch mkdir src/test/resources cp /tmp/org.apache.maven.maven-model_2.1.0.SNAPSHOT.jar src/test/resources svn add . --force > Add a recursive bundle goal to maven plugin to generate osgi bundles for all > dependencies > ----------------------------------------------------------------------------------------- > > Key: FELIX-199 > URL: https://issues.apache.org/jira/browse/FELIX-199 > Project: Felix > Issue Type: New Feature > Components: Maven Bundle Plugin > Reporter: Carlos Sanchez > Attachments: FELIX-199-20070328.patch, FELIX-199.20070325.patch, > recursivebundle.diff.txt > > > Running > mvn org.apache.felix:maven-bundle-plugin:recursivebundle > in a project will convert each dependency, including transitive ones, to an > OSGi bundle in the target dir. It does not include dependent libraries in the > bundle, so each bundle matches the corresponding jar. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.