[jbpm-commits] JBoss JBPM SVN: r4476 - jbpm4/trunk/modules/examples.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Apr 7 09:43:09 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-04-07 09:43:09 -0400 (Tue, 07 Apr 2009)
New Revision: 4476

Modified:
   jbpm4/trunk/modules/examples/pom.xml
Log:
JBPM-2147: Exclude tests for beta1

Modified: jbpm4/trunk/modules/examples/pom.xml
===================================================================
--- jbpm4/trunk/modules/examples/pom.xml	2009-04-07 12:33:54 UTC (rev 4475)
+++ jbpm4/trunk/modules/examples/pom.xml	2009-04-07 13:43:09 UTC (rev 4476)
@@ -88,7 +88,7 @@
                 <ant antfile="scripts/antrun-test-jars.xml" target="build-jars" />
               </tasks>
             </configuration>
-          </execution>       
+          </execution>
         </executions>
       </plugin>
 
@@ -96,7 +96,7 @@
   </build>
 
   <profiles>
-    
+
     <!-- -Ddatabase= -->
     <profile>
       <id>standalone.tests</id>
@@ -206,6 +206,19 @@
             </executions>
           </plugin>
 
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <failIfNoTests>false</failIfNoTests>
+              <trimStackTrace>false</trimStackTrace>              
+              <excludes>                
+                <!-- https://jira.jboss.org/jira/browse/JBPM-2147 -->
+                <exclude>org/jbpm/examples/concurrency/graphbased/ConcurrencyGraphBasedTest.java</exclude>
+                <exclude>org/jbpm/examples/task/candidates/TaskCandidatesTest.java</exclude>
+                <exclude>org/jbpm/examples/task/swimlane/TaskSwimlaneTest.java</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
         </plugins>
       </build>
     </profile>




More information about the jbpm-commits mailing list