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