fabric8io / fabric8

fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins
http://fabric8.io/
1.77k stars 505 forks source link

Camel forge command - fabric-setup for karaf should setup for kar deployment #4118

Closed davsclaus closed 8 years ago

davsclaus commented 9 years ago

This requires a bit more work to add plugin in pom.xml to create a .kar

And then also include src/main/fabric8 files with features.xml and assembly.xml which we do in the quickstarts.

Hopefully the work with karaf 4 makes this easier that @christian-posta and @gnodet work on.

davsclaus commented 8 years ago

karaf should be different now with the minimal container. See how this example works https://github.com/fabric8io/ipaas-quickstarts/blob/master/quickstart/karaf/camel-log/pom.xml

davsclaus commented 8 years ago

No longer needed as we setup using the karaf-maven-plugin