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:41 UTC

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

Branch: refs/heads/MNG-6255
Commit: eee06f7d7c736cbc1668dc7eae5dc21fd4b1075f
Parents: a670c2e
Author: Stephen Connolly <st...@gmail.com>
Authored: Wed Dec 13 00:45:00 2017 +0000
Committer: Stephen Connolly <st...@gmail.com>
Committed: Wed Dec 13 00:45:00 2017 +0000

----------------------------------------------------------------------
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/eee06f7d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c784d9d..8f31bf1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -462,7 +462,9 @@ under the License.
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
             <argLine>-Xmx256m</argLine>
-            <environmentVariables>JENKINS_MAVEN_AGENT_DISABLED=true</environmentVariables>
+            <environmentVariables>
+              <JENKINS_MAVEN_AGENT_DISABLED>true</JENKINS_MAVEN_AGENT_DISABLED>
+            </environmentVariables>
           </configuration>
         </plugin>
         <plugin>