You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2017/12/12 15:29:06 UTC

maven git commit: Ensure any forked Maven executions are not spied on by Jenkins

Repository: maven
Updated Branches:
  refs/heads/MNG-6308_display_packaging ffc594c87 -> d735a83ac


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/d735a83a
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d735a83a
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/d735a83a

Branch: refs/heads/MNG-6308_display_packaging
Commit: d735a83ac2f265dae3fd063a41802d1bc579190e
Parents: ffc594c
Author: Stephen Connolly <st...@gmail.com>
Authored: Tue Dec 12 15:28:58 2017 +0000
Committer: Stephen Connolly <st...@gmail.com>
Committed: Tue Dec 12 15:28:58 2017 +0000

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/d735a83a/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>