From e78b0921997c0ae3d48b9f73eca21b4ab9579884 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sun, 18 Oct 2015 18:28:04 +0200 Subject: [PATCH] Silence Maven complaining about unset versions of reporting plugins Since we use the reporting plugins only in the parent pom.xml there's no point in using the new pluginManagement tag in the reporting section which was introduced to fix https://issues.apache.org/jira/browse/MSITE-443 Change-Id: I750ca3765e95afb06609a362fb3354afc3b66b90 Signed-off-by: Matthias Sohn --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index e3b3f5b0d..6b4170835 100644 --- a/pom.xml +++ b/pom.xml @@ -519,14 +519,17 @@ org.apache.maven.plugins maven-jxr-plugin + 2.5 org.codehaus.mojo findbugs-maven-plugin + 3.0.0 org.apache.maven.plugins maven-surefire-report-plugin + 2.18.1 true false