You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by be...@apache.org on 2010/01/26 23:53:55 UTC

svn commit: r903469 - /maven/surefire/trunk/pom.xml

Author: bentmann
Date: Tue Jan 26 22:53:54 2010
New Revision: 903469

URL: http://svn.apache.org/viewvc?rev=903469&view=rev
Log:
o Restored use of isolated class loader due to r900095 (default value of useSystemClassLoader was changed from false to true in Surefire 2.4)

Modified:
    maven/surefire/trunk/pom.xml

Modified: maven/surefire/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?rev=903469&r1=903468&r2=903469&view=diff
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Tue Jan 26 22:53:54 2010
@@ -155,6 +155,10 @@
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.5</version>
+          <configuration>
+            <!-- NOTE: Be sure to isolate the Surefire version under test from the version running the tests! -->
+            <useSystemClassLoader>false</useSystemClassLoader>
+          </configuration>
         </plugin>
         <plugin>
           <artifactId>maven-release-plugin</artifactId>