From deae198ae07f9ac52a36a27a6a9eb4cbddaea049 Mon Sep 17 00:00:00 2001 From: mkpaz Date: Fri, 10 Feb 2023 15:41:32 +0400 Subject: [PATCH] Run checkstyle plugin before compilation --- base/pom.xml | 16 ++++++++++++++++ pom.xml | 2 ++ sampler/pom.xml | 14 ++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/base/pom.xml b/base/pom.xml index 5357089..8512155 100755 --- a/base/pom.xml +++ b/base/pom.xml @@ -43,6 +43,22 @@ false + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + validate + validate + + check + + + + + diff --git a/pom.xml b/pom.xml index 310805e..9a6b036 100755 --- a/pom.xml +++ b/pom.xml @@ -196,6 +196,8 @@ checkstyle.xml true + false + false diff --git a/sampler/pom.xml b/sampler/pom.xml index 73c5c6e..51f9945 100755 --- a/sampler/pom.xml +++ b/sampler/pom.xml @@ -155,6 +155,20 @@ + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + validate + validate + + check + + + + org.openjfx javafx-maven-plugin