This is an automated email from the ASF dual-hosted git repository. stephenc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 087a3de Let's see if Invoker passes the surefire environment to child processes 087a3de is described below commit 087a3de98eb939957f57813a9d0f0b232b0a0a87 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> AuthorDate: Tue Jan 2 13:19:32 2018 +0000 Let's see if Invoker passes the surefire environment to child processes --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 7736ca9..5de8896 100644 --- a/pom.xml +++ b/pom.xml @@ -408,6 +408,9 @@ under the License. <value>${maven.home}</value> </property> </systemProperties> + <environmentVariables> + <JENKINS_MAVEN_AGENT_DISABLED>true</JENKINS_MAVEN_AGENT_DISABLED> + </environmentVariables> </configuration> </plugin> </plugins> -- To stop receiving notification emails like this one, please contact ['"commits@maven.apache.org" <commits@maven.apache.org>'].