From 4759a791b3e5a2b9af01e381991e6188963a7f42 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Tue, 17 Jan 2012 18:36:36 +0900 Subject: [PATCH] Enable checkstyle validation --- pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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 + + +