ServiceMix 5 Project
ServiceMix 5 is the next major version of the Apache ServiceMix project.
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/smx5/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/servicemix5.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/smx5/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.
Because this is the first part of Apache ServiceMix where we use Scala, we have provided a list of getting started resources that can help you build your first Scala patch.