diff --git a/dev-tools/pmd/custom.xml b/dev-tools/pmd/custom.xml deleted file mode 100644 index 58788337ae9..00000000000 --- a/dev-tools/pmd/custom.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - Default ruleset for elasticsearch server project - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 51a1c0c4399..bb3bddcc231 100644 --- a/pom.xml +++ b/pom.xml @@ -1138,73 +1138,5 @@ - - static - - - tests.static - true - - - - - - org.codehaus.mojo - findbugs-maven-plugin - 2.5.3 - - - - - - - org.apache.maven.plugins - maven-jxr-plugin - 2.3 - - - org.apache.maven.plugins - maven-pmd-plugin - 3.0.1 - - - ${basedir}/dev-tools/pmd/custom.xml - - 1.7 - - **/jsr166e/** - **/org/apache/lucene/** - **/org/apache/elasticsearch/common/Base64.java - - - - - org.codehaus.mojo - findbugs-maven-plugin - 2.5.3 - - true - target/site - true - 2048 - 1800000 - org.elasticsearch.- - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.7 - - - - index - - - - - - -