Using my hibernate example, when I run mvn install against a pom executing the archive-kar goal in the features-bundle-plugin I am getting a build failure if a bundle's pom file cannot be found. This is happening regardless of whether or not the actual bundle is downloaded. Here are links to the source code.
Hibernate-osgi pom.xml: http://pastebin.com/dK5nneKA hibernate-osgi features.xml: http://pastebin.com/nMp7T6fT hibernate-osgi console output: http://pastebin.com/mKPqPr5d Instead of failing, should the plugin pull in the bundle and not try to resolve the dependencies it would find in the remote bundle's pom? ----- Karafman Slayer of the JEE Pounder of the Perl Programmer -- View this message in context: http://karaf.922171.n3.nabble.com/archive-kar-failing-when-a-bundle-s-pom-cannot-be-found-tp2614934p2614934.html Sent from the Karaf - Dev mailing list archive at Nabble.com.
