diff --git a/pom.xml b/pom.xml index 2133bbb4169..eed0a8efc10 100644 --- a/pom.xml +++ b/pom.xml @@ -528,6 +528,70 @@ + + static + + + tests.static + true + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.0 + + + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.3 + + + org.apache.maven.plugins + maven-pmd-plugin + 3.2 + + + ${basedir}/dev-tools/pmd/custom.xml + + 1.7 + + + + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.0 + + true + target/site + true + 2048 + 1800000 + org.elasticsearch.- + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.7 + + + + index + + + + + + +