From: Michael Vorburger Date: Wed, 25 May 2016 12:58:03 +0000 (+0200) Subject: New LogMessageExtractorCheck which writes out TXT report of all loggers X-Git-Tag: release/boron~67 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F10%2F39410%2F10;hp=4a575b0bf11bfd39cd0169e63983c054b3760bce;p=yangtools.git New LogMessageExtractorCheck which writes out TXT report of all loggers Change-Id: I853c742901131293c58c78bea821fe0d12957f07 Signed-off-by: Michael Vorburger --- diff --git a/common/checkstyle-logging/pom.xml b/common/checkstyle-logging/pom.xml index 4628cf1216..53467208a9 100644 --- a/common/checkstyle-logging/pom.xml +++ b/common/checkstyle-logging/pom.xml @@ -42,6 +42,18 @@ + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + +