Installation

Contents:

Requirements

  • Java 5 (aka JDK 1.5)
  • Maven 2.0

Step-by-Step

  1. Install Maven 2 from http://maven.apache.org/maven2/
  2. Set M2_HOME
  3. Add M2_HOME/bin the the PATH
  4. Test Maven, type: mvn -v

From Source

Building from the source repository

  1. Checkout the module using Subversion. See source-repository.html.
  2. Check build by typing: mvn
  3. To publish to your local Maven repository type: mvn install