Hello,
I'm working on a maven pom that assembles all my bundles and libraries
into an application.
I'm using the maven-dependency-plugin to copy the transitive
dependencies of my application bundles. This works fine if I leave
the <type> as a jar, but I need to differentiate jars from osgi-
compliant bundles, so I usually set the type to bundle.
Unfortunately the dependency plugin doesn't grab the transitive
dependencies of bundles.
Does anyone have any suggestions?
Cheers,
Ben Coughlan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]