]> source.dussan.org Git - jgit.git/commitdiff
Add project-info reports to maven site 29/124829/2
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 21 Jun 2018 05:47:17 +0000 (07:47 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 21 Jun 2018 09:21:44 +0000 (11:21 +0200)
Change-Id: I290d9c4a27d2ca1b9071f39639195e0d85799c00
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 9016651ce08789851c8176caf7532f54f82e15ec..e671679c5adc2c0575943a3b8cf87523e816ee15 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           </reportsDirectories>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.9</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>dependencies</report>
+              <report>project-team</report>
+              <report>mailing-list</report>
+              <report>cim</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>scm</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
     </plugins>
   </reporting>