Repository: commons-rng
Updated Branches:
  refs/heads/master 086a15e08 -> 9ed831264


Configure Checkstyle to stop Jenkins to fail the build


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/9ed83126
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/9ed83126
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/9ed83126

Branch: refs/heads/master
Commit: 9ed8312640f01b4834becbc3f014275aba60a2f0
Parents: 086a15e
Author: Artem Barger <[email protected]>
Authored: Thu Aug 18 00:17:06 2016 +0300
Committer: Artem Barger <[email protected]>
Committed: Thu Aug 18 00:17:06 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/9ed83126/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c35da11..aaf0a82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -302,6 +302,8 @@
                 <configuration>
                     
<includeTestSourceDirectory>true</includeTestSourceDirectory>
                     <configLocation>checkstyle.xml</configLocation>
+                    <logViolationsToConsole>false</logViolationsToConsole>
+                    <failOnViolation>false</failOnViolation>
                 </configuration>
             </plugin>
         </plugins>

Reply via email to