Building ======== To build you will need: * J2SE SDK 1.5.0+ (http://java.sun.com/j2se/1.5.0) * Maven 2.0.4+ (http://maven.apache.org) To build all changes incrementally: mvn install To perform clean builds, which are sometimes needed after some changes to the source tree: mvn clean install