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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 6 16:33:43 EDT 2009


Author: pgier
Date: 2009-08-06 16:33:43 -0400 (Thu, 06 Aug 2009)
New Revision: 92087

Modified:
   trunk/README.txt
Log:
Add info about skipping the source jar generation.

Modified: trunk/README.txt
===================================================================
--- trunk/README.txt	2009-08-06 20:18:43 UTC (rev 92086)
+++ trunk/README.txt	2009-08-06 20:33:43 UTC (rev 92087)
@@ -20,6 +20,10 @@
 For slightly faster builds, the maven enforcer plugin can be skipped.
 ./build.sh -P-enforce
 
+Generation of the source jars can be skipping by deactivating the sources
+profile.
+./build.sh -P-sources
+
 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:




More information about the jboss-cvs-commits mailing list