You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2007/01/22 12:55:18 UTC

svn commit: r498593 - /incubator/qpid/trunk/qpid/java/pom.xml

Author: ritchiem
Date: Mon Jan 22 03:55:17 2007
New Revision: 498593

URL: http://svn.apache.org/viewvc?view=rev&rev=498593
Log:
Stopped tests forking so we can get a stack trace from hung processes

Modified:
    incubator/qpid/trunk/qpid/java/pom.xml

Modified: incubator/qpid/trunk/qpid/java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/pom.xml?view=diff&rev=498593&r1=498592&r2=498593
==============================================================================
--- incubator/qpid/trunk/qpid/java/pom.xml (original)
+++ incubator/qpid/trunk/qpid/java/pom.xml Mon Jan 22 03:55:17 2007
@@ -90,7 +90,7 @@
     <properties>
         <topDirectoryLocation>.</topDirectoryLocation>
 
-        <surefire.fork.mode>once</surefire.fork.mode>
+        <surefire.fork.mode>never</surefire.fork.mode>
         <surefire.format>brief</surefire.format>
         <surefire.usefile>false</surefire.usefile>
         <compile.forked>false</compile.forked>