2

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:

So,

  1. Any ideas on how to configure Virgo for to host Maven repository plain JARs?
  2. Generally, in your experience, what is the best solution to use a ready Maven repository and host it as an OBR?

Thanks in advance.

skaffman
  • 398,947
  • 96
  • 818
  • 769
nobeh
  • 9,784
  • 10
  • 49
  • 66

2 Answers2

1

The best solution I've found so far is actually using Wrap Deployer on Apache Karaf.

nobeh
  • 9,784
  • 10
  • 49
  • 66
0

Basically stick with Karaf, since it provides all you need :) With Karaf and the features you don't really need a OBR, since the features service does a pretty good job of resolving already deployed bundles and won't install those again. You need to add the OBR flag to your features file though.

Achim Nierbeck
  • 5,265
  • 2
  • 14
  • 22