diff --git a/pom.xml b/pom.xml index 006bf9bac..e28fe959c 100644 --- a/pom.xml +++ b/pom.xml @@ -203,6 +203,56 @@ + + + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.3 + + + failing-on-high + install + + findbugs + check + + + + + 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 + pmd + + + + @@ -247,53 +297,7 @@ - - - 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 - - - - +