From ec7bf57390d8302598901a6e80ca710121cb5f48 Mon Sep 17 00:00:00 2001 From: Jan Hentschel Date: Sun, 10 Dec 2017 21:46:13 +0100 Subject: [PATCH] HBASE-19481 Enabled Checkstyle to fail on violations in hbase-error-prone --- hbase-build-support/hbase-error-prone/pom.xml | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/hbase-build-support/hbase-error-prone/pom.xml b/hbase-build-support/hbase-error-prone/pom.xml index 067e154c337..b90d73312f5 100644 --- a/hbase-build-support/hbase-error-prone/pom.xml +++ b/hbase-build-support/hbase-error-prone/pom.xml @@ -65,4 +65,25 @@ provided - + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + checkstyle + validate + + check + + + true + + + + + + + \ No newline at end of file