####### GENERAL BUILDING NOTES ###### The primary build tool for James server is maven2. On a new checkout start by running $ mvn clean package This will compiled all modules and build the distribution. The distribution binary and source build can be found under "spring-deployment/target" and should contain everything you need to start with.. For just building without running junit tests: $ mvn clean package -Dmaven.test.skip.exec=true