Hi, I see this clear message at the top of http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html:
NOTE: only compile, runtime and system scoped dependencies are passed to BND. Provided and test dependencies are not included in the classpath seen by BND. But later on the page I see examples like this: <!-- embed any dependencies with artifactId junit and scope test --> <Embed-Dependency>junit;scope=test</Embed-Dependency> >From my experience, the example doesn't work. But I would like it to! Is there any way to bundle test scope dependencies? If not, why is that example there? Thanks, Will -- View this message in context: http://www.nabble.com/maven-bundle-plugin-embed-dependency-for-test-scope-tp19653799p19653799.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

