You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/02/08 22:53:40 UTC

[31/49] maven git commit: Ensure any forked Maven executions are not spied on by Jenkins

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-6255
Commit: a670c2ea1f592563b756b31d650c9a6db553fbdb
Parents: 5411c5a
Author: Stephen Connolly <st...@gmail.com>
Authored: Tue Dec 12 15:29:35 2017 +0000
Committer: Stephen Connolly <st...@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>