Is there any way to deploy osgi bundles in a running equinox container through maven commands?
Any plugin available for the same?
I am posting this question after a lot of searching. I found that PAX-RUNNER could be useful. But it is working good with felix and not for equinox. Also it seems that pax runner starts a new instance of the container every time. I want my osgi bundles to be deployed in a running equinox environment and that needs to be done through maven commands.