diff --git a/pom.xml b/pom.xml index e28fe959c..94cf7c835 100644 --- a/pom.xml +++ b/pom.xml @@ -296,6 +296,39 @@ + + + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.3 + + 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 + true + +