mirror of https://github.com/apache/maven.git
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:
parent
277a1aa129
commit
82c1d1e56a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue