Hi All, I trying to wrap one of our standalone JMS apps into an OSGI bundle. To do that i need to include some dependencies jar files inside the bundle archive and add them as part of Bundle-ClassPath.
I tried added <Embed-Dependency>*;scope=compile;inline=false</Embed-Dependency> to my pom.xml but the generated bundle jar does not contain the dependencies jars included in the bundle archive. Also Bundle-ClassPath attribute is not added to the MANIFEST.MF. How do i achieve the above? If someone has a sample pom, that will be great thanks Amol -- View this message in context: http://www.nabble.com/Help-with-Felix-Maven-Plugin-tp17987996p17987996.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]

