o Updated embedded profile to avoid pollution of system class path presented to Maven

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@982404 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-08-04 21:10:25 +00:00
parent 277a1aa129
commit 82c1d1e56a
1 changed files with 2 additions and 0 deletions

View File

@ -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>