blob: cad021946fcb6d23e07403f092d893090af4ef76 [file] [log] [blame]
Building
========
To build you will need:
* J2SE SDK 1.5+ (http://java.sun.com/j2se/1.5/)
* Maven 2.0.7+ (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