[jbosscache-commits] JBoss Cache SVN: r7587 - core/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Jan 23 07:51:14 EST 2009


Author: mircea.markus
Date: 2009-01-23 07:51:14 -0500 (Fri, 23 Jan 2009)
New Revision: 7587

Modified:
   core/trunk/README-Maven.txt
Log:
updated doc

Modified: core/trunk/README-Maven.txt
===================================================================
--- core/trunk/README-Maven.txt	2009-01-23 12:50:05 UTC (rev 7586)
+++ core/trunk/README-Maven.txt	2009-01-23 12:51:14 UTC (rev 7587)
@@ -19,7 +19,7 @@
 * mvn compile: Compiles java source code.
 
 * mvn test: Runs the TestNG unit test suite on the compiled code.  Will also compile the tests. See the testing section
-  below for more information on running different test groups.  The default test group run is the "unit" group.
+  below for more information on running different test groups.  The default test groups run are the "unit" and "functional".
 
 * mvn package: Packages the module as a JAR file, the resulting JAR file will be in target/
 




More information about the jbosscache-commits mailing list