First of all, I'm a beginner with OSGi/Maven and I am studying how can I work efficiently with these tools (for the moment, I forecast to use Felix as my OSGi implementation)
I would like to create a project based on many bundles. Of course, every-time I make a modification on one (or many) of my bundle(s), I do not want to redeploy "manually"
What I would like to do is something like:
mvn buildMyOsgiDistrib
mvn runMyOsgiDistrib
What do you suggest me? Thanks
Thank you very much Christian for this detailed answer
Since I posted my question, I found the following documentation Cooking with Maven and OSGi, based on the Maven Pax Plugin
It offers the advantage to work on any OSGi implementation (not only Karaf). For the moment I am studying what this option...
Once again, thank you very much