Also this is really a question for the felix mailing list. The users@maven list is for maven itself and the org.apache.maven.plugin plugins
The plugin you are having issues with is owned by the Apache Felix project -Stephen On 31 March 2011 11:19, Stephen Connolly <[email protected]> wrote: > Have a look at your post again... you appear to be using nabble to > post to the mailing list and are not actually subscribed to the > mailing list directly. Nabble "helpfully" removes all the XML tags in > your post... rendering the cut and paste worse than useless. either > post your POM on a snippet sharing service, e.g. gist or pastie and > give a link to the snippet or use a proper mail client > > -Stephen > > On 30 March 2011 21:48, rmahanti <[email protected]> wrote: >> Hi All, >> >> Iam facing the problem with dependency management when i install the bundle >> in service mix4.2.0. >> This is my POM file: >> >> >> >> edu.ucla.ais.cb >> cb-services-auth >> 1.1 >> >> >> >> >> >> org.apache.felix >> maven-bundle-plugin >> >> >> ${pom.artifactId} >> *, >> org.apache.servicemix.cxfbc, >> org.apache.servicemix.bean, >> org.apache.servicemix.common.osgi, >> >> *;scope=compile|runtime;inline=false >> target/dependency >> true >> >> >> true >> >> >> Here if i use element ,then all the dependency jar files are going into the >> classpath of the current bundle. >> But again the the dependency bundle is recursively dependent on many other >> bundles or jar files,but these recursive dependent files are not coming into >> the classpath of current bundle. >> >> >> Please suggest me some solution how can i get all required bundles/jars into >> the classpath of bundle iam deploying. >> >> Your help will be appreciated >> >> >> Regards, >> Mahanti. >> >> >> >> >> >> >> -- >> View this message in context: >> http://maven.40175.n5.nabble.com/Depenent-Jar-files-not-copied-into-Bundle-s-classpath-tp4272301p4272301.html >> Sent from the Maven - Users mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
