Trying to upgrade maven-bundle-plugin from 2.4.0 to 3.0.1 I ran into a problem with embedding dependencies. With 2.4.0 and the following configuration
<Embed-Dependency>*;inline=true;artifactId=kryo|kryo-serializers|minlog|reflectasm|protobuf-java|objenesis</Embed-Dependency> <Embed-Transitive>true</Embed-Transitive> transitive dependencies such a "minlog" were perfectly embedded. With the same configuration and 3.0.1 however, these artifacts are no longer in the resulting JAR. Am I missing something with regards to using the newest version? Thanks - Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

