From 2a1ce81960f016e414f55f2f167a231f538f6b20 Mon Sep 17 00:00:00 2001 From: Bill Hwang Date: Tue, 2 Sep 2014 13:51:24 -0700 Subject: [PATCH] [CI] Added static analysis dependencies Modified pom.xml to do static analysis without Jenkins 'mvn -DskipTests=true -Pstatic clean compile site' to start analysis The reports are at target/site/project-reports.html. Original commit: elastic/x-pack-elasticsearch@ddec28e8d0920e981c2514a32088784b4b90a507 --- pom.xml | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) 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 + + + + + + +