This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 41642b9 should fix issue using withMaven
41642b9 is described below
commit 41642b992370dfbdf3c22639a20f3522a7905578
Author: olivier lamy <[email protected]>
AuthorDate: Thu Mar 15 07:47:58 2018 +1000
should fix issue using withMaven
Signed-off-by: olivier lamy <[email protected]>
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 9540d68..422eea1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,6 +262,9 @@ under the License.
<execution>
<id>integration-test</id>
<configuration>
+ <environmentVariables>
+
<JENKINS_MAVEN_AGENT_DISABLED>true</JENKINS_MAVEN_AGENT_DISABLED>
+ </environmentVariables>
<debug>true</debug>
<projectsDirectory>src/it</projectsDirectory>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
--
To stop receiving notification emails like this one, please contact
[email protected].