ServiceMix Bundles Project

The Bundles project contains OSGi-fied versions of popular Java JARs that we use for building ServiceMix.

Browsing the Source Tree

Web Browsing of Git repository

To browse the Git repo, use the following URL:

Read-only mirror at git.apache.org

There is a read-only mirror for this repository available at git.apache.org

Read-only mirror at GitHub

There is a read-only mirror for this repository available at GitHub

Checking out the Source Tree

Checkout from the ServiceMix Git Repo

This project's Git repository can be checked out anonymously using the following command:

git clone https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git

Only project developers can commit to the Git repository via this method.

Layout

In the bundles project, every version of every JAR we tranform into an OSGi bundle has its own directory.
There is a root pom.xml available to conveniently build SNAPSHOT versions of new bundles.

Building

This project is a normal Maven build. Just use mvn clean install to build.

Jenkins

Jenkins CI build has been set up at https://builds.apache.org/job/ServiceMix-Bundles/