[jbpm-commits] JBoss JBPM SVN: r4272 - jbpm4/trunk/modules/jpdl.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Mar 18 05:01:48 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-03-18 05:01:48 -0400 (Wed, 18 Mar 2009)
New Revision: 4272

Modified:
   jbpm4/trunk/modules/jpdl/pom.xml
Log:
Exclude DbGenTest for now

Modified: jbpm4/trunk/modules/jpdl/pom.xml
===================================================================
--- jbpm4/trunk/modules/jpdl/pom.xml	2009-03-18 08:27:46 UTC (rev 4271)
+++ jbpm4/trunk/modules/jpdl/pom.xml	2009-03-18 09:01:48 UTC (rev 4272)
@@ -67,6 +67,16 @@
 
   <!-- Plugins -->
   <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>org/jbpm/test/xml/DbGenTest.java</exclude>            
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
 
   <!-- Profiles -->




More information about the jbpm-commits mailing list