]> source.dussan.org Git - jgit.git/commitdiff
Silence Maven complaining about unset versions of reporting plugins 03/58403/2
authorMatthias Sohn <matthias.sohn@sap.com>
Sun, 18 Oct 2015 16:28:04 +0000 (18:28 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 18 Oct 2015 21:23:03 +0000 (23:23 +0200)
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 <matthias.sohn@sap.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index e3b3f5b0dc1c0012988eb8b7d5eacde4619172f7..6b41708354ab70d32aeea552e6ed40907009c279 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
+        <version>2.5</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
+        <version>3.0.0</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>2.18.1</version>
         <configuration>
           <aggregate>true</aggregate>
           <alwaysGenerateSurefireReport>false</alwaysGenerateSurefireReport>