You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/01/18 13:29:21 UTC

svn commit: r900366 - /james/imap/trunk/BULDING.txt

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org