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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to