diff --git a/pom.xml b/pom.xml index 7eec1ea396..504450cb33 100644 --- a/pom.xml +++ b/pom.xml @@ -595,6 +595,33 @@ true + + maven-checkstyle-plugin + 2.8 + + + check-style + + check + + validate + + true + true + true + true + io/netty/checkstyle.xml + + + + + + ${project.groupId} + netty-build + 4 + + +