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

rfscholte 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 bcd1347  Ensure Jenkins fails when ITs fail
bcd1347 is described below

commit bcd1347dd80bd3f37dc18419a8e2ee373f982d0c
Author: rfscholte <rfscho...@apache.org>
AuthorDate: Wed Mar 7 21:18:06 2018 +0100

    Ensure Jenkins fails when ITs fail
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 903fc37..9540d68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,7 @@ under the License.
     <groovy-eclipse-batch>2.0.4-04</groovy-eclipse-batch>
     <openJpaVersion>2.2.0</openJpaVersion>
     <javaVersion>7</javaVersion>
+    <maven.it.failure.ignore>false</maven.it.failure.ignore>
   </properties>
 
   <contributors>
@@ -271,6 +272,7 @@ under the License.
                     <postBuildHookScript>verify</postBuildHookScript>
                     
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
                     <settingsFile>src/it/settings.xml</settingsFile>
+                    <ignoreFailures>${maven.it.failure.ignore}</ignoreFailures>
                     <goals>
                       <goal>clean</goal>
                       <goal>test-compile</goal>

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

Reply via email to