diff --git a/commons/pom.xml b/commons/pom.xml index d838d22b..16d8286d 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -144,6 +144,20 @@ + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + true + + + + + diff --git a/ui/granite/pom.xml b/ui/granite/pom.xml index b5a8038b..94da5b31 100644 --- a/ui/granite/pom.xml +++ b/ui/granite/pom.xml @@ -160,6 +160,20 @@ + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + true + + + + +