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
5411c5a9c4
commit
a670c2ea1f
1
pom.xml
1
pom.xml
|
@ -462,6 +462,7 @@ 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>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue