ServiceMix 3 Project

This project contains the JBI container implementation for the ServiceMix 3.x releases

Browsing the Source Tree

Web Browsing of SVN

To browse the raw SVN repo, use the following URL:

To browse the SVN repo using ViewVC, use the following URL:

A hearty thanks to Atlassian for providing FishEye hosting for ServiceMix. Below is the URL to browse the Subversion repo via FishEye:

Checking out the Source Tree

Anonymous Checkout from the ServiceMix SVN Repo

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

svn co http://svn.apache.org/repos/asf/servicemix/smx3/trunk/

Using the git mirror

There was a git mirror set up for the documentation project at git://git.apache.org/servicemix-documentation.git.
Have a look at http://wiki.apache.org/general/GitAtApache for more information on working with the git mirrors.

git clone git://git.apache.org/servicemix3.git

Committer Checkout from the ServiceMix SVN Repo

ServiceMix committers can check out using the following command:

svn co https://svn.apache.org/repos/asf/servicemix/smx3/trunk/

Only project developers can commit to the SVN tree via this method. SSH must be installed on your client machine. Enter your site password when prompted.

Building

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

Source Code Checking

There's a special profile called sourcecheck available to do more thorough source code checking during a build.
Activate it by running mvn -Psourcecheck clean install.

Jenkins

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