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