[jbpm-commits] JBoss JBPM SVN: r2976 - jbpm3/branches/tdiesler/modules/integration.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 18 03:07:15 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-18 03:07:15 -0500 (Tue, 18 Nov 2008)
New Revision: 2976

Modified:
   jbpm3/branches/tdiesler/modules/integration/pom.xml
Log:
Exclude CTS incubator tests

Modified: jbpm3/branches/tdiesler/modules/integration/pom.xml
===================================================================
--- jbpm3/branches/tdiesler/modules/integration/pom.xml	2008-11-18 08:06:30 UTC (rev 2975)
+++ jbpm3/branches/tdiesler/modules/integration/pom.xml	2008-11-18 08:07:15 UTC (rev 2976)
@@ -116,7 +116,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <excludes>
-            <exclude>org/jbpm/test/preview/**/*Test.java</exclude>
+            <exclude>org/jbpm/test/incubator/**/*Test.java</exclude>
             <exclude>org/jbpm/test/pattern/**/*Test.java</exclude>
           </excludes>
         </configuration>




More information about the jbpm-commits mailing list