> The current version (0.8.0-SNAPSHOT) places the entire jar > dependency in > the generated bundle jar file. What do you mean by "the entire jar dependency" ?
For me, the maven-osgi-plugin add dependencies with 'compile' scope in the generated bundle. 'test', 'provided' and 'runtime' scopes prevents the plugin from putting theses kind of dependencies in the bundle. Damien