You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ar...@apache.org on 2007/12/06 23:55:08 UTC

svn commit: r601899 - /myfaces/trinidad/trunk/trinidad/pom.xml

Author: arobinson74
Date: Thu Dec  6 14:55:08 2007
New Revision: 601899

URL: http://svn.apache.org/viewvc?rev=601899&view=rev
Log:
Swiching back to not forking as there is an exception in class loading due to the way the fork is done

Modified:
    myfaces/trinidad/trunk/trinidad/pom.xml

Modified: myfaces/trinidad/trunk/trinidad/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad/pom.xml?rev=601899&r1=601898&r2=601899&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad/pom.xml Thu Dec  6 14:55:08 2007
@@ -218,8 +218,8 @@
           <inherited>true</inherited>
           <configuration>
             <!-- set the forkMode to "always" to validate new tests,
-              and "once" otherwise for performance -->
-            <forkMode>always</forkMode>
+              and "never" otherwise for performance -->
+            <forkMode>never</forkMode>
             <parallel>true</parallel>
           </configuration>
         </plugin>