Author: ningjiang
Date: Thu Nov 1 07:03:49 2007
New Revision: 591010
URL: http://svn.apache.org/viewvc?rev=591010&view=rev
Log:
added the *Tests.java pattern to the surefire's configure
Modified:
incubator/cxf/trunk/parent/pom.xml
Modified: incubator/cxf/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/parent/pom.xml?rev=591010&r1=591009&r2=591010&view=diff
==============================================================================
--- incubator/cxf/trunk/parent/pom.xml (original)
+++ incubator/cxf/trunk/parent/pom.xml Thu Nov 1 07:03:49 2007
@@ -920,6 +920,7 @@
<includes>
<include>**/*Test.java</include>
<include>**/*TestCase.java</include>
+ <include>**/*Tests.java</include>
</includes>
<!-- do not exclude **/Abstract*Test.java
**/Abstract*TestCase.java -->
<excludes>