[jbpm-commits] JBoss JBPM SVN: r2164 - jbpm3/trunk/modules/simulation.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 10 09:02:58 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-10 09:02:58 -0400 (Wed, 10 Sep 2008)
New Revision: 2164

Modified:
   jbpm3/trunk/modules/simulation/pom.xml
Log:
[JBPM-1292] Integrate simulation tests in automated testrun

Modified: jbpm3/trunk/modules/simulation/pom.xml
===================================================================
--- jbpm3/trunk/modules/simulation/pom.xml	2008-09-10 12:51:06 UTC (rev 2163)
+++ jbpm3/trunk/modules/simulation/pom.xml	2008-09-10 13:02:58 UTC (rev 2164)
@@ -73,6 +73,13 @@
   <!-- Plugins -->
   <build>
     <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <!-- [JBPM-1292] Integrate simulation tests in automated testrun -->
+          <skipTests>true</skipTests>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>




More information about the jbpm-commits mailing list