[jboss-cvs] JBossAS SVN: r91011 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 9 12:26:55 EDT 2009


Author: pgier
Date: 2009-07-09 12:26:55 -0400 (Thu, 09 Jul 2009)
New Revision: 91011

Modified:
   trunk/README.txt
Log:
Update README with info about building a single module.

Modified: trunk/README.txt
===================================================================
--- trunk/README.txt	2009-07-09 15:39:09 UTC (rev 91010)
+++ trunk/README.txt	2009-07-09 16:26:55 UTC (rev 91011)
@@ -20,6 +20,12 @@
 For slightly faster builds, the maven enforcer plugin can be skipped.
 ./build.sh -P-enforce
 
+During development you may want to build only a single module and update the 
+distribution build.  This can be done using the property "module".
+For example, to build the "ejb3" module and update the dist build, run the following:
+./build.sh -Dmodule=ejb3
+
+
 Running the Testsuite
 --------------------
 Change the the testsuite directory "cd testsuite"




More information about the jboss-cvs-commits mailing list