From 60f0c0697140364a78224b65eef95474a50b51dd Mon Sep 17 00:00:00 2001 From: sk89q Date: Fri, 4 Apr 2014 14:12:01 -0700 Subject: [PATCH] Added checkstyle Maven plugin with rules for tabs. --- pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pom.xml b/pom.xml index 923889ae5..ce4a9052b 100644 --- a/pom.xml +++ b/pom.xml @@ -195,6 +195,33 @@ + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.12 + + + verify-style + validate + + check + + + + + ${basedir}/src + true + true + true + + + + + + + + org.apache.maven.plugins