Author: norman
Date: Mon Jan 18 12:29:21 2010
New Revision: 900366
URL: http://svn.apache.org/viewvc?rev=900366&view=rev
Log:
Add building notes
Added:
james/imap/trunk/BULDING.txt
Added: james/imap/trunk/BULDING.txt
URL:
http://svn.apache.org/viewvc/james/imap/trunk/BULDING.txt?rev=900366&view=auto
==============================================================================
--- james/imap/trunk/BULDING.txt (added)
+++ james/imap/trunk/BULDING.txt Mon Jan 18 12:29:21 2010
@@ -0,0 +1,11 @@
+####### 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]