I am looking for a development model with fast processing time when developing a multi-module application based on maven, OSGi.
In fact, the best solution seems to be the Pax Construct maven plugin (which, in turn, calls the Pax Runner) to provide maven generated pools. However, I did not find a way to deploy to the working OSGi container using this (or another) maven plugin. mvn pax:runalways launches the OSGi platform again. AFAIK also cannot be deployed to an existing OSGi container that is not managed by Pax Runner (e.g. Glassfish v3 or SpringSource dm Server).
Is there a maven plugin that allows you to quickly deploy the maven module to a running OSGi container, ideally capable of connecting to the life cycle phase packaging?
How is your development cycle when developing OSGi-based applications using maven?
source
share