[jbpm-commits] JBoss JBPM SVN: r5241 - jbpm4/trunk/modules/test-db.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jul 6 04:36:21 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-07-06 04:36:21 -0400 (Mon, 06 Jul 2009)
New Revision: 5241

Modified:
   jbpm4/trunk/modules/test-db/pom.xml
Log:
fixed pom for -Ddatabase test runs

Modified: jbpm4/trunk/modules/test-db/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-db/pom.xml	2009-07-06 08:12:09 UTC (rev 5240)
+++ jbpm4/trunk/modules/test-db/pom.xml	2009-07-06 08:36:21 UTC (rev 5241)
@@ -108,11 +108,12 @@
                 <configuration>
                   <tasks>
                     <copy file="../../qa/jdbc/${database}.properties" 
-                          tofile="target/test-classes/jdbc.properties" />
+                          tofile="target/test-classes/jdbc.properties"
+                          overwrite="true" />
                     <copy file="${user.home}/.jbpm4/jdbc/${database}.properties" 
                           tofile="target/test-classes/jdbc.properties"
                           overwrite="true"
-                          failonerror="true "/>
+                          failonerror="false"/>
                     <copy file="../../modules/distro/src/main/files/db/hibernate.cfg/${database}.hibernate.cfg.xml" 
                           tofile="target/test-classes/jbpm.hibernate.cfg.xml" 
                           overwrite="true">




More information about the jbpm-commits mailing list