You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2007/09/13 11:56:07 UTC

svn commit: r575247 - /incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-jms/pom.xml

Author: ffang
Date: Thu Sep 13 02:56:06 2007
New Revision: 575247

URL: http://svn.apache.org/viewvc?rev=575247&view=rev
Log:
add pertest configuration for maven surefire plugin to avoid test hang for servicemix-jms binding component

Modified:
    incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-jms/pom.xml

Modified: incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-jms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-jms/pom.xml?rev=575247&r1=575246&r2=575247&view=diff
==============================================================================
--- incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-jms/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-jms/pom.xml Thu Sep 13 02:56:06 2007
@@ -32,6 +32,10 @@
   <name>ServiceMix :: JMS</name>
   <description>JMS Binding Component</description>
 
+  <properties>
+      <surefire.fork.mode>pertest</surefire.fork.mode>
+  </properties>
+
   <dependencies>
 
     <dependency>
@@ -196,6 +200,7 @@
 
             <exclude>**/JmsSpringJcaTest.*</exclude>
           </excludes>
+          <forkMode>${surefire.fork.mode}</forkMode>
         </configuration>
       </plugin>
     </plugins>