Author: eric Date: Tue Apr 5 13:10:29 2011 New Revision: 1089024 URL: http://svn.apache.org/viewvc?rev=1089024&view=rev Log: Update to maven 3 for imap build instructions
Modified: james/imap/trunk/BULDING.txt Modified: james/imap/trunk/BULDING.txt URL: http://svn.apache.org/viewvc/james/imap/trunk/BULDING.txt?rev=1089024&r1=1089023&r2=1089024&view=diff ============================================================================== --- james/imap/trunk/BULDING.txt (original) +++ james/imap/trunk/BULDING.txt Tue Apr 5 13:10:29 2011 @@ -1,6 +1,6 @@ ####### GENERAL BUILDING NOTES ###### -The primary build tool for James IMAP is maven2. +The primary build tool for James IMAP is maven 3. On a new checkout start by running $ mvn clean package @@ -8,4 +8,4 @@ $ mvn clean package This will compiled all modules For just building without running junit tests: -$ mvn clean package -Dmaven.test.skip.exec=true +$ mvn clean package -DskiTests=true --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org