Author: alessio.soldano(a)jboss.com
Date: 2010-06-29 12:37:47 -0400 (Tue, 29 Jun 2010)
New Revision: 12545
Modified:
stack/cxf/branches/no-spring-support/modules/testsuite/pom.xml
Log:
Explictly tell surefire what classes to use for tests (prevent intermittent failure on
framework testsuitprevent intermittent failure on framework testsuite)
Modified: stack/cxf/branches/no-spring-support/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/no-spring-support/modules/testsuite/pom.xml 2010-06-29 16:33:18 UTC
(rev 12544)
+++ stack/cxf/branches/no-spring-support/modules/testsuite/pom.xml 2010-06-29 16:37:47 UTC
(rev 12545)
@@ -158,6 +158,10 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<failIfNoTests>false</failIfNoTests>
+ <includes>
+ <include>**/*Test.java</include>
+ <include>**/*TestCase.java</include>
+ </includes>
<systemProperties>
<property>
<name>jboss.server.instance</name>
Show replies by date