[jbosscache-commits] JBoss Cache SVN: r7680 - core/branches/flat.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Feb 11 04:55:04 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-02-11 04:55:04 -0500 (Wed, 11 Feb 2009)
New Revision: 7680

Modified:
   core/branches/flat/pom.xml
Log:
By default, run all fuctional and unit tests

Modified: core/branches/flat/pom.xml
===================================================================
--- core/branches/flat/pom.xml	2009-02-11 09:52:13 UTC (rev 7679)
+++ core/branches/flat/pom.xml	2009-02-11 09:55:04 UTC (rev 7680)
@@ -5,7 +5,7 @@
    <modelVersion>4.0.0</modelVersion>
    <properties>
       <horizon-version>1.0.0-SNAPSHOT</horizon-version>
-      <defaultTestGroup>functional</defaultTestGroup>
+      <defaultTestGroup>functional,unit</defaultTestGroup>
       <!-- By default only generate Javadocs when we install the module. -->
       <javadocPhase>install</javadocPhase>
    </properties>




More information about the jbosscache-commits mailing list