From ef6aeee5160b3b25118430596a7c0bdde2ddab22 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber Date: Wed, 14 Jun 2017 07:23:42 +0200 Subject: [PATCH] Releng: Enable Apache PMD build reports Change-Id: I99039197ab28e70ad013a7dbd4a59b2713bd768d --- admin/pom-build.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/admin/pom-build.xml b/admin/pom-build.xml index 134a2acc5a3..0833f09df16 100644 --- a/admin/pom-build.xml +++ b/admin/pom-build.xml @@ -74,7 +74,21 @@ - + + static-checks + + + + org.codehaus.mojo + findbugs-maven-plugin + + + org.apache.maven.plugins + maven-pmd-plugin + + + + tests