You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/08/04 23:10:25 UTC

svn commit: r982404 - /maven/core-integration-testing/trunk/core-it-suite/pom.xml

Author: bentmann
Date: Wed Aug  4 21:10:25 2010
New Revision: 982404

URL: http://svn.apache.org/viewvc?rev=982404&view=rev
Log:
o Updated embedded profile to avoid pollution of system class path presented to Maven

Modified:
    maven/core-integration-testing/trunk/core-it-suite/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/pom.xml?rev=982404&r1=982403&r2=982404&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/pom.xml Wed Aug  4 21:10:25 2010
@@ -238,6 +238,8 @@ under the License.
               <skip>false</skip>
               <forkMode>once</forkMode>
               <argLine>${surefireMemory}</argLine>
+              <!-- NOTE: Maven plugins have access to the system class path so keep it clean -->
+              <useSystemClassLoader>false</useSystemClassLoader>
               <systemProperties combine.children="append">
                 <property>
                   <name>verifier.forkMode</name>