[jboss-cvs] JBossAS SVN: r95163 - projects/naming/trunk/jnpserver.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 20 04:52:38 EDT 2009


Author: wolfc
Date: 2009-10-20 04:52:38 -0400 (Tue, 20 Oct 2009)
New Revision: 95163

Modified:
   projects/naming/trunk/jnpserver/pom.xml
Log:
JBNAMING-38: include the existing unit tests in surefire configuration

Modified: projects/naming/trunk/jnpserver/pom.xml
===================================================================
--- projects/naming/trunk/jnpserver/pom.xml	2009-10-20 08:51:37 UTC (rev 95162)
+++ projects/naming/trunk/jnpserver/pom.xml	2009-10-20 08:52:38 UTC (rev 95163)
@@ -51,6 +51,9 @@
         <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>




More information about the jboss-cvs-commits mailing list