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/13 19:55:53 UTC

svn commit: r898884 - /james/server/trunk/BUILDING.txt

Author: norman
Date: Wed Jan 13 18:55:52 2010
New Revision: 898884

URL: http://svn.apache.org/viewvc?rev=898884&view=rev
Log:
add some building notes

Modified:
    james/server/trunk/BUILDING.txt

Modified: james/server/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/james/server/trunk/BUILDING.txt?rev=898884&r1=898883&r2=898884&view=diff
==============================================================================
--- james/server/trunk/BUILDING.txt (original)
+++ james/server/trunk/BUILDING.txt Wed Jan 13 18:55:52 2010
@@ -1,6 +1,6 @@
 ####### GENERAL NOTES ######
 
-The primary build tool for James server is maven.
+The primary build tool for James server is maven2.
 
 On a new checkout start by running
 $ cd stage
@@ -11,7 +11,5 @@
 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..
 
-####### ECLIPSE #########
-
-To generate .project file for eclipse run
-$ mvn eclipse:eclipse 
\ No newline at end of file
+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