Ensure any forked Maven executions are not spied on by Jenkins
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/a670c2ea Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/a670c2ea Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/a670c2ea Branch: refs/heads/MNG-5227 Commit: a670c2ea1f592563b756b31d650c9a6db553fbdb Parents: 5411c5a Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Authored: Tue Dec 12 15:29:35 2017 +0000 Committer: Stephen Connolly <stephen.alan.conno...@gmail.com> Committed: Tue Dec 12 15:29:35 2017 +0000 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/a670c2ea/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a572e4b..c784d9d 100644 --- a/pom.xml +++ b/pom.xml @@ -462,6 +462,7 @@ under the License. <artifactId>maven-surefire-plugin</artifactId> <configuration> <argLine>-Xmx256m</argLine> + <environmentVariables>JENKINS_MAVEN_AGENT_DISABLED=true</environmentVariables> </configuration> </plugin> <plugin>