Mirror of Apache karaf Site

Clone this repo:
  1. 535b660 Publish advisory for CVE-2026-24656 by JB Onofré · 12 days ago trunk
  2. 54e15a7 Announce Apache Karaf 4.4.9 release by JB Onofré · 7 weeks ago
  3. 5eb1fa0 Add Karaf Decanter 2.12.0 release by JB Onofré · 3 months ago
  4. c2d1bf8 Use GitHub Issues instead of Jira by JB Onofré · 4 months ago
  5. 5acf10b Fix footer by JB Onofré · 5 months ago

Apache Karaf Website

This project contains the Apache Karaf website.

Contribute

The concrete repository is on the svn but if you want to contribute, you have to clone the Github repository which is a mirror and provide a pull request with your changes. You can find more informations about how to contribute on the community page of the project (https://karaf.apache.org/community.html).

Clone:

git clone https://github.com/apache/karaf-site.git

Building

Karaf website uses jekyll to build (generate the HTML resources).

To install Jekyll, refer to https://jekyllrb.com/docs/

Once Jekyll is installed, you can build website using:

bundle exec jekyll serve

This command builds website and start the local Jekyll server on http://localhost:4000

NB: your local Jekyll installation might need additional modules required by Apache Karaf website. Just run bundle install to install these modules.

Deploy

Build the site for production:

JEKYLL_ENV=production bundle exec jekyll build

Package the war:

mvn clean install

You can test the war with Jetty embedded and visit http://localhost:8080/ :

mvn jetty:run

Deploy on scm

mvn install scm-publish:publish-scm