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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 31 08:09:13 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-08-31 08:09:13 -0400 (Mon, 31 Aug 2009)
New Revision: 5601

Modified:
   jbpm4/trunk/modules/test-db/pom.xml
Log:
removed exclusion of SQLStmtTest in de jbpm4-db hudson job

Modified: jbpm4/trunk/modules/test-db/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-db/pom.xml	2009-08-31 12:04:02 UTC (rev 5600)
+++ jbpm4/trunk/modules/test-db/pom.xml	2009-08-31 12:09:13 UTC (rev 5601)
@@ -129,17 +129,6 @@
               </execution>
             </executions>
           </plugin>
-          <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <failIfNoTests>false</failIfNoTests>
-              <trimStackTrace>false</trimStackTrace>
-              <excludes>
-                <!-- it's sufficient if the SQLStmtTest test runs in the integration test suite only -->
-                <exclude>org/jbpm/test/reporting/SQLStmtTest.java</exclude>
-              </excludes>
-            </configuration>
-          </plugin>
         </plugins>
       </build>
     </profile>



More information about the jbpm-commits mailing list