I am working on to reach a solution to deploy a web application as a bundle to Virgo 3.0.1.RELEASE. My scenario is:
- I use Maven Bundle Plugin to generate the manifest.
- I exclude all the JAR dependencies using Maven WAR plugin.
- I need to command Virgo to host the plain Maven JAR artifacts in the local repository. As an instance Apache Karaf along with PAX can provide plain JAR files as OSGi bundles.
So,
- Any ideas on how to configure Virgo for to host Maven repository plain JARs?
- Generally, in your experience, what is the best solution to use a ready Maven repository and host it as an OBR?
Thanks in advance.