[jbpm-commits] JBoss JBPM SVN: r4480 - in jbpm4/branches/jbpm-4.0.0.Beta1: modules/examples and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Apr 7 11:28:27 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-04-07 11:28:27 -0400 (Tue, 07 Apr 2009)
New Revision: 4480

Modified:
   jbpm4/branches/jbpm-4.0.0.Beta1/modules/examples/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta1/pom.xml
Log:
svn merge -r4472:HEAD https://svn.jboss.org/repos/jbpm/jbpm4/trunk

Modified: jbpm4/branches/jbpm-4.0.0.Beta1/modules/examples/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta1/modules/examples/pom.xml	2009-04-07 15:19:00 UTC (rev 4479)
+++ jbpm4/branches/jbpm-4.0.0.Beta1/modules/examples/pom.xml	2009-04-07 15:28:27 UTC (rev 4480)
@@ -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>

Modified: jbpm4/branches/jbpm-4.0.0.Beta1/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta1/pom.xml	2009-04-07 15:19:00 UTC (rev 4479)
+++ jbpm4/branches/jbpm-4.0.0.Beta1/pom.xml	2009-04-07 15:28:27 UTC (rev 4480)
@@ -52,7 +52,7 @@
     <hibernate.annotations.version>3.3.1.GA</hibernate.annotations.version>
     <hsqldb.version>1.8.0.7</hsqldb.version>
     <izpack.version>4.2.1</izpack.version>
-    <jboss.identity.version>1.0.0-SNAPSHOT</jboss.identity.version>
+    <jboss.identity.version>1.0.0.Alpha2</jboss.identity.version>
     <jboss.j2ee.version>4.2.2.GA</jboss.j2ee.version>
     <jbossesb.version>4.4.0.GA</jbossesb.version>
     <jboss.client.version>5.0.1.GA</jboss.client.version>




More information about the jbpm-commits mailing list