Building from source
Contents
Prerequisites
You need to have these softwares installed to be able to build BTM:
Getting the Source
The project uses GIT as it's source code control system.
The source can be checked out anonymously using:
Building
The project uses Apache Maven 2 as it's build tool.
Go to the top level directory of the project and type:
This will build BTM locally, run tests, build javadoc and install the generated artifacts in your local repository.

Labels