[jbosscache-commits] JBoss Cache SVN: r5840 - support/trunk/common.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed May 14 07:24:44 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-05-14 07:24:44 -0400 (Wed, 14 May 2008)
New Revision: 5840

Modified:
   support/trunk/common/pom.xml
Log:


Modified: support/trunk/common/pom.xml
===================================================================
--- support/trunk/common/pom.xml	2008-05-14 10:51:05 UTC (rev 5839)
+++ support/trunk/common/pom.xml	2008-05-14 11:24:44 UTC (rev 5840)
@@ -100,7 +100,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<version>2.0.2</version>
+				<version>2.0.1</version>
 				<configuration>
 					<source>1.5</source>
 					<target>1.5</target>
@@ -159,7 +159,7 @@
 							<value>true</value>
 						</property>
 					</systemProperties>
-					<groups>functional</groups>
+					<groups>${defaultTestGroup}</groups>
 					<forkMode>always</forkMode>
 <!-- increasing JVM heap size -->
 					<argLine>-Xmx1024M</argLine>
@@ -294,6 +294,7 @@
 	<properties>
 <!-- for now, at least, lets aggregate them -->
 		<jbosscache.reports.aggregate>true</jbosscache.reports.aggregate>
+		<defaultTestGroup>functional</defaultTestGroup>
 	</properties>
 	<repositories>
 		<repository>




More information about the jbosscache-commits mailing list