You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mp...@apache.org on 2007/03/14 06:10:07 UTC

svn commit: r518020 - /incubator/openjpa/trunk/pom.xml

Author: mprudhom
Date: Tue Mar 13 22:10:07 2007
New Revision: 518020

URL: http://svn.apache.org/viewvc?view=rev&rev=518020
Log:
Added useSystemClassLoader, which is required for maven-surefire-plugin version 2.3

Modified:
    incubator/openjpa/trunk/pom.xml

Modified: incubator/openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/pom.xml?view=diff&rev=518020&r1=518019&r2=518020
==============================================================================
--- incubator/openjpa/trunk/pom.xml (original)
+++ incubator/openjpa/trunk/pom.xml Tue Mar 13 22:10:07 2007
@@ -233,6 +233,7 @@
                     <configuration>
                         <useFile>false</useFile>
                         <trimStackTrace>false</trimStackTrace>
+                        <useSystemClassLoader>true</useSystemClassLoader>
                     </configuration>
                 </plugin>
             </plugins>