Author: manik.surtani(a)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>
Show replies by date