diff --git a/checkstyle.xml b/checkstyle.xml index 2091db59..e0612958 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -11,7 +11,7 @@ Checkstyle configuration that checks the sun coding conventions. --> - + diff --git a/pom.xml b/pom.xml index 78771165..d824a3aa 100644 --- a/pom.xml +++ b/pom.xml @@ -221,9 +221,32 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.1.1 + + *Test.java + checkstyle.xml + UTF-8 + true + true + false + + + + validate + validate + + check + + + + + release