How to build Turbine

Turbine is built using the Maven-2 build tool. So to get started you should download and install Maven.

To build Turbine, from the Turbine home directory just run mvn install the project will be compiled, test cases run, and jar files created. This will also install the artifact into your local Maven repository as well.

To build the site documentation, run mvn site, and this will build the site documentation for the project.