[ 
https://issues.apache.org/jira/browse/FELIX-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469290
 ] 

Carlos Sanchez commented on FELIX-199:
--------------------------------------

The result of running this goal in a project with these two dependencies can be 
seen at http://people.apache.org/~carlos/osgi/

    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-embedder</artifactId>
      <version>2.1-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven.its</groupId>
      <artifactId>core-integration-tests</artifactId>
      <version>1.0-SNAPSHOT</version>
      <type>test-jar</type>
    </dependency>


> 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 Plugin
>            Reporter: Carlos Sanchez
>         Attachments: 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.

Reply via email to