An open API service indexing awesome lists of open source software.

https://github.com/apache/karaf-boot

Mirror of Apache Karaf Boot
https://github.com/apache/karaf-boot

java karaf network-server osgi

Last synced: 6 months ago
JSON representation

Mirror of Apache Karaf Boot

Awesome Lists containing this project

README

          

Apache Karaf Boot
=================

Karaf Boot provides an easy way to create artifacts ready to be deployed in Karaf, and also possibility to embed, configure, and bootstrap Karaf in a ready to run artifact.

You focus on your business, and Karaf Boot deals with all the "plumbing" for you.

Karaf Boot provides:

* set of dependencies providing annotations that you can use directly in your code: you focus on your business code, Karaf Boot does the rest
* a Maven plugin processing the annotations to create key turn artifacts
* an utility start to easily embed, configure, and bootstrap Karaf

Building
--------

To build Karaf Boot, just do:

mvn clean install

Once done, you can build the samples using:

mvn clean install -Psamples