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