Author: btellier
Date: Tue Sep 22 11:40:47 2015
New Revision: 1704584

URL: http://svn.apache.org/viewvc?rev=1704584&view=rev
Log:
JAMES-1613 Fix current BUILD.txt documentation -- contributed by Matthieu 
Baechler

Modified:
    james/server/trunk/BUILD.txt

Modified: james/server/trunk/BUILD.txt
URL: 
http://svn.apache.org/viewvc/james/server/trunk/BUILD.txt?rev=1704584&r1=1704583&r2=1704584&view=diff
==============================================================================
--- james/server/trunk/BUILD.txt (original)
+++ james/server/trunk/BUILD.txt Tue Sep 22 11:40:47 2015
@@ -5,17 +5,17 @@
 The primary build tool for James server is maven 3 (3.0.2 is required).
 
 On a new source checkout from https://svn.apache.org/repos/asf/james/ start by 
running
-$ mvn clean package
+$ mvn package
 
-This will compiled all modules and build the distribution.
-The distribution binary and source build can be found under 
"container-spring/target" 
+This will compile all modules and build the distribution.
+The distribution binary and source build can be found under 
"container/spring/target" 
 and should contain everything you need to start with.
 
 For just building without running junit tests:
-$ mvn clean package -DskipTests=true
+$ mvn package -DskipTests=true
 
 Some tests have been disabled by default (*TestLive.java) because they
 are not reliable enough for continuous integration testing. To run the
 full set of tests, do:
-$ mvn clean install -Plivetests
+$ mvn install -Plivetests
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to