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:
|
https://fisheye6.atlassian.com/browse/servicemix/components/trunk |
This project's SVN repository can be checked out anonymously using the following command:
svn co http://svn.apache.org/repos/asf/servicemix/components/trunk/ |
ServiceMix committers can check out using the following command:
svn co https://svn.apache.org/repos/asf/servicemix/components/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.
In order to successfully build the JBI components, you need to increase the amount of memory available during the build process.
On Linux/Unix/MacOS:
export MAVEN_OPTS="-XX:MaxPermSize=128m -Xmx1024m" |
On Windows, you can use the command below or configure the environment variable in the Advanced Computer properties screen:
set MAVEN_OPTS="-XX:MaxPermSize=128m -Xmx1024m" |
Afterwards, you can build the code with Maven.
mvn clean install |
A CI build has been set up in Apache's Hudson instance at https://hudson.apache.org/hudson/job/ServiceMix-Components/