You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2017/05/04 14:34:07 UTC

[2/7] storm git commit: disabled build failure..just report style errors

disabled build failure..just report style errors


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/dcd5f6f5
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/dcd5f6f5
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/dcd5f6f5

Branch: refs/heads/master
Commit: dcd5f6f5e5705161696216b54900bd4acd9d04ca
Parents: 8ca135c
Author: vinodkc <vi...@gmail.com>
Authored: Fri Apr 28 10:39:56 2017 +0530
Committer: vinodkc <vi...@gmail.com>
Committed: Tue May 2 22:04:25 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/storm/blob/dcd5f6f5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f814263..e67b6ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1205,8 +1205,8 @@
                             <encoding>UTF-8</encoding>
                             <consoleOutput>true</consoleOutput>
                             <!-- set these values to true after fixing all checkstyle errors -->
-                            <failsOnError>true</failsOnError>
-                            <failOnViolation>true</failOnViolation>
+                            <failsOnError>false</failsOnError>
+                            <failOnViolation>false</failOnViolation>
                             <!--End -->
                             <violationSeverity>warning</violationSeverity>
                         </configuration>