From 67f1d541cc4d36d8ba3f1bb15785527d735f1624 Mon Sep 17 00:00:00 2001 From: Sanjeev435 Date: Tue, 9 Oct 2018 19:10:59 +0530 Subject: [PATCH] Added plugin to additional places --- pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) 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 + +