You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/05/31 17:41:06 UTC

commons-release-plugin git commit: (fix) travis build fails on clirr

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master cd8911a70 -> 6ae1e8be9


(fix) travis build fails on clirr


Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/6ae1e8be
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/6ae1e8be
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/6ae1e8be

Branch: refs/heads/master
Commit: 6ae1e8be94ffdea03f4cfedc99b03971d5144d6e
Parents: cd8911a
Author: Rob Tompkins <ch...@apache.org>
Authored: Thu May 31 13:40:41 2018 -0400
Committer: Rob Tompkins <ch...@apache.org>
Committed: Thu May 31 13:40:41 2018 -0400

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/6ae1e8be/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fb3a138..1e56a45 100755
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,8 @@
   </developers>
 
   <properties>
+    <!-- clirr.failOnError=False-->
+    <failOnError>false</failOnError>
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
     <maven.dependency.version>3.5.3</maven.dependency.version>