diff --git a/pom.xml b/pom.xml
index 33afa339d..006bf9bac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,6 +232,68 @@
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+ 3.0.0
+
+
+
+ checkstyle
+
+
+
+
+
+
+
+ org.codehaus.mojo
+ findbugs-maven-plugin
+ 3.0.3
+
+
+ failing-on-high
+ install
+
+ findbugs
+
+
+ false
+ true
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-pmd-plugin
+ 3.10.0
+
+ true
+ utf-8
+ 100
+ 1.8
+
+ **/generated/*.java
+
+
+ target/generated-sources/stubs
+
+ false
+ true
+
+
+
+
+ check
+
+
+
+