From f8834bfedd5b852e291f65b7c78a4c13f3458040 Mon Sep 17 00:00:00 2001 From: jk KPADEY Date: Mon, 25 May 2020 22:43:57 +0200 Subject: [PATCH] Added checkstyle checks Signed-off-by: jk KPADEY --- checkstyle.xml | 2 +- pom.xml | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) 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