Building Synapse from Source

The Synapse source code is available at http://svn.apache.org/repos/asf/webservices/synapse/trunk/java

To build Synapse, you will need JDK 1.5 and Maven 2.2.1 or above (Maven 3 recommended)

The Synapse JARs could be built with Maven as follows:

  mvn clean install

To build the site, use:

  mvn site
