You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/03/15 17:37:23 UTC

[maven-compiler-plugin] 01/01: What happens if JENKINS_MAVEN_AGENT_DISABLED is false...

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch Jenkins_MCOMPILER-192
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git

commit 25cfe6a43191895b198c079db9d2b29a90d6c17f
Author: rfscholte <rf...@apache.org>
AuthorDate: Thu Mar 15 18:37:16 2018 +0100

    What happens if JENKINS_MAVEN_AGENT_DISABLED is false...
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 422eea1..8e0ee31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,7 +263,7 @@ under the License.
                   <id>integration-test</id>
                   <configuration>
                     <environmentVariables>
-                      <JENKINS_MAVEN_AGENT_DISABLED>true</JENKINS_MAVEN_AGENT_DISABLED>
+                      <JENKINS_MAVEN_AGENT_DISABLED>false</JENKINS_MAVEN_AGENT_DISABLED>
                     </environmentVariables>
                     <debug>true</debug>
                     <projectsDirectory>src/it</projectsDirectory>

-- 
To stop receiving notification emails like this one, please contact
rfscholte@apache.org.