From: Matthias Sohn Date: Sun, 18 Oct 2015 16:28:04 +0000 (+0200) Subject: Silence Maven complaining about unset versions of reporting plugins X-Git-Tag: v4.2.0.201511101648-m1~39 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F58403%2F2;p=jgit.git 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 --- diff --git a/pom.xml b/pom.xml index e3b3f5b0dc..6b41708354 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