0 Replies Latest reply on May 4, 2015 11:12 AM by gustavsinder

    How do I autoinstall dependency bundles from maven repository?

    gustavsinder

      I'm quite new to OSGi so please forgive any possible/probable terminology confusion here..

       

      I managed to configure an extra Maven repository repository in Fuse from where I can install bundles using, example: osgi:install mvn:org.milyn.edi.unedifact/d96a-binding/1.5-SNAPSHOT.

      This is nice since the bundles don't need to be in my local Maven repository before installing them in the OSGi container.

       

      Could this installation be done automatically by configuring my project that contains the camel contexts/routes?
      So that when my bundle is installed, all dependencies are installed (if missing) at the same time?

       

      Thanks