[jbpm-commits] JBoss JBPM SVN: r5404 - jbpm3/branches/jbpm-3.2-soa/modules/core.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jul 31 02:42:58 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-07-31 02:42:58 -0400 (Fri, 31 Jul 2009)
New Revision: 5404

Modified:
   jbpm3/branches/jbpm-3.2-soa/modules/core/pom.xml
Log:
exclude schema test from db2 suite

Modified: jbpm3/branches/jbpm-3.2-soa/modules/core/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/core/pom.xml	2009-07-31 06:26:42 UTC (rev 5403)
+++ jbpm3/branches/jbpm-3.2-soa/modules/core/pom.xml	2009-07-31 06:42:58 UTC (rev 5404)
@@ -384,6 +384,11 @@
     		<plugins>
     			<plugin>
     				<artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>org/jbpm/db/JbpmSchemaDbTest.java</exclude>
+              </excludes>
+            </configuration>
     			</plugin>
     		</plugins>
     	</build>



More information about the jbpm-commits mailing list