Guide to build Continuum

Why would I want to build Continuum?

Building Continuum yourself is for one of two reasons:

Note, that you don't need to build Continuum for day to day use. While we encourage getting involved and fixing bugs that you find, for day to day use we recommend using the latest release.

Checking out the sources

All of the source code for Maven and its related libraries is in Subversion . You can browse the repository , or checkout specific modules directly.

All SVN instructions are available in Source Repository page .

Building the sources

Prerequisites

  • JDK 5 or greater
  • Maven 2

Building

To build Continuum, you run this command from the top directory:

mvn clean install