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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed May 14 08:16:14 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-05-14 08:16:14 -0400 (Wed, 14 May 2008)
New Revision: 5845

Modified:
   core/trunk/pom.xml
Log:
Updated maven tests

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2008-05-14 12:06:09 UTC (rev 5844)
+++ core/trunk/pom.xml	2008-05-14 12:16:14 UTC (rev 5845)
@@ -358,7 +358,15 @@
             </plugins>
          </build>
       </profile>
+
       <profile>
+         <id>test-hudson</id>
+         <properties>
+            <defaultTestGroup>functional,unit</defaultTestGroup>
+         </properties>
+      </profile>
+
+      <profile>
          <id>test-functional</id>
          <properties>
             <defaultTestGroup>functional</defaultTestGroup>




More information about the jbosscache-commits mailing list