From ad1512de13338d46acf754af1bfa8d4ad93907ee Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Fri, 12 May 2017 07:51:35 -0700 Subject: [PATCH] Disabling javadoc, deploy, findbugs in /tests/ --- tests/pom.xml | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/tests/pom.xml b/tests/pom.xml index f03c4d1007c..c2964035ddf 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -13,25 +13,32 @@ http://www.eclipse.org/jetty pom - - - org.apache.maven.plugins - maven-javadoc-plugin - - -Xdoclint:none - - - - org.codehaus.mojo - findbugs-maven-plugin - - - true - - - + + org.apache.maven.plugins + maven-deploy-plugin + + + true + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + true + + + + org.codehaus.mojo + findbugs-maven-plugin + + + true + + org.neo4j.build.plugins clirr-maven-plugin