####### GENERAL BUILDING NOTES ######

The primary build tool for James IMAP is maven2.

On a new checkout start by running
$ mvn clean package

This will compiled all modules

For just building without running junit tests:
$ mvn clean package -Dmaven.test.skip.exec=true
