From df351e4035df0f8db56245ea9cf54952874294ca Mon Sep 17 00:00:00 2001 From: Jan Hentschel Date: Sun, 10 Dec 2017 19:06:16 +0100 Subject: [PATCH] HBASE-19480 Enabled Checkstyle to fail on violations in hbase-annotations --- hbase-annotations/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml index 8165fbdfe74..86eb313afb4 100644 --- a/hbase-annotations/pom.xml +++ b/hbase-annotations/pom.xml @@ -30,4 +30,25 @@ hbase-annotations Apache HBase - Annotations Annotations for tests + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + checkstyle + validate + + check + + + true + + + + + +