mirror of https://github.com/apache/maven.git
Ensure any forked Maven executions are not spied on by Jenkins
This commit is contained in:
parent
a670c2ea1f
commit
eee06f7d7c
4
pom.xml
4
pom.xml
|
@ -462,7 +462,9 @@ under the License.
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<argLine>-Xmx256m</argLine>
|
<argLine>-Xmx256m</argLine>
|
||||||
<environmentVariables>JENKINS_MAVEN_AGENT_DISABLED=true</environmentVariables>
|
<environmentVariables>
|
||||||
|
<JENKINS_MAVEN_AGENT_DISABLED>true</JENKINS_MAVEN_AGENT_DISABLED>
|
||||||
|
</environmentVariables>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue