Repository: maven-integration-testing
Updated Branches:
  refs/heads/master 7fd8f2661 -> 31895fecc


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

Branch: refs/heads/master
Commit: 31895feccbac98dd82d1fd4bbd7b680b7d8c59d1
Parents: 7fd8f26
Author: Stephen Connolly <stephen.alan.conno...@gmail.com>
Authored: Tue Dec 12 16:36:17 2017 +0000
Committer: Stephen Connolly <stephen.alan.conno...@gmail.com>
Committed: Tue Dec 12 16:36:17 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/31895fec/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7418ff5..9c80d94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,9 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
-            
<environmentVariables>JENKINS_MAVEN_AGENT_DISABLED=true</environmentVariables>
+            <environmentVariables>
+              <JENKINS_MAVEN_AGENT_DISABLED>true</JENKINS_MAVEN_AGENT_DISABLED>
+            </environmentVariables>
           </configuration>
         </plugin>
         <plugin>

Reply via email to