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
- Host: GitHub
- URL: https://github.com/apache/karaf-boot
- Owner: apache
- License: apache-2.0
- Created: 2016-04-19T07:00:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T04:24:46.000Z (over 2 years ago)
- Last Synced: 2025-04-03T04:17:02.477Z (6 months ago)
- Topics: java, karaf, network-server, osgi
- Language: Java
- Size: 125 KB
- Stars: 9
- Watchers: 18
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 KarafBuilding
--------To build Karaf Boot, just do:
mvn clean install
Once done, you can build the samples using:
mvn clean install -Psamples