Repository: maven-integration-testing Updated Branches: refs/heads/master d30156c15 -> 7fd8f2661
Ensure any forked Maven executions are not spied on by Jenkins Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/7fd8f266 Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/7fd8f266 Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/7fd8f266 Branch: refs/heads/master Commit: 7fd8f2661b362f797f03073940c6ccb7c797d8bd Parents: d30156c Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Authored: Tue Dec 12 15:31:48 2017 +0000 Committer: Stephen Connolly <stephen.alan.conno...@gmail.com> Committed: Tue Dec 12 15:31:48 2017 +0000 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/7fd8f266/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f47a218..7418ff5 100644 --- a/pom.xml +++ b/pom.xml @@ -131,6 +131,13 @@ under the License. <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <environmentVariables>JENKINS_MAVEN_AGENT_DISABLED=true</environmentVariables> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-publish-plugin</artifactId> <version>1.1</version> <configuration>