Author: eric Date: Tue Apr 5 11:36:45 2011 New Revision: 1088985 URL: http://svn.apache.org/viewvc?rev=1088985&view=rev Log: State maven 3.0.2 is needed (+ format) in BUILD.txt
Modified: james/server/trunk/BUILD.txt Modified: james/server/trunk/BUILD.txt URL: http://svn.apache.org/viewvc/james/server/trunk/BUILD.txt?rev=1088985&r1=1088984&r2=1088985&view=diff ============================================================================== --- james/server/trunk/BUILD.txt (original) +++ james/server/trunk/BUILD.txt Tue Apr 5 11:36:45 2011 @@ -1,14 +1,15 @@ -####### GENERAL BUILDING NOTES ###### +################## GENERAL BUILDING NOTES ############ +# See also http://james.apache.org/server/3/dev.html # +###################################################### -See also http://james.apache.org/server/3/dev.html - -The primary build tool for James server is maven2. +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 -This will compiled 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. +This will compiled 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 --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org