From: Robert Varga Date: Mon, 9 Jan 2017 14:48:18 +0000 (+0100) Subject: BUG-7464: enable checkstyle plugin X-Git-Tag: release/carbon~115 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=7c8354f088de156274e6df3218543594be793f4d;p=yangtools.git BUG-7464: enable checkstyle plugin Rather than skipping the plugin completely, just disable the license check. Change-Id: I9547ebbc16920f6921d9c0fa29e341bca80ba287 Signed-off-by: Robert Varga --- diff --git a/third-party/triemap/pom.xml b/third-party/triemap/pom.xml index 479f6c58d9..836cd6ab4e 100644 --- a/third-party/triemap/pom.xml +++ b/third-party/triemap/pom.xml @@ -46,12 +46,22 @@ - maven-checkstyle-plugin - true checkstyle.violationSeverity=warning + + + check-license + + check + + + + true + + + org.codehaus.mojo