[jboss-cvs] JBossAS SVN: r95165 - in projects/naming/trunk: jnpserver and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 20 05:29:36 EDT 2009


Author: wolfc
Date: 2009-10-20 05:29:36 -0400 (Tue, 20 Oct 2009)
New Revision: 95165

Modified:
   projects/naming/trunk/jnpserver/pom.xml
   projects/naming/trunk/pom.xml
Log:
JBNAME-38: properly fix surefire config

Modified: projects/naming/trunk/jnpserver/pom.xml
===================================================================
--- projects/naming/trunk/jnpserver/pom.xml	2009-10-20 08:53:10 UTC (rev 95164)
+++ projects/naming/trunk/jnpserver/pom.xml	2009-10-20 09:29:36 UTC (rev 95165)
@@ -51,9 +51,6 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <!--testFailureIgnore>true</testFailureIgnore-->
-          <includes>
-            <include>org/jnp/test/**/*UnitTest.class</include>
-          </includes>
           <excludes>
             <exclude>org/jnp/test/support/**</exclude>
           </excludes>

Modified: projects/naming/trunk/pom.xml
===================================================================
--- projects/naming/trunk/pom.xml	2009-10-20 08:53:10 UTC (rev 95164)
+++ projects/naming/trunk/pom.xml	2009-10-20 09:29:36 UTC (rev 95165)
@@ -63,9 +63,6 @@
         <version>2.4.3</version>
         <configuration>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
-          <includes>
-            <include>org/jboss/test/**/*TestCase.java</include>
-          </includes>
           <systemProperties>
             <property>
               <name>xb.builder.useUnorderedSequence</name>




More information about the jboss-cvs-commits mailing list