diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-06-21 07:47:17 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-06-21 11:21:44 +0200 |
commit | e36d5b40df77070ce42296333803ebf2d85ec098 (patch) | |
tree | c11b5a63d789b504feb240e7ce49d8539f136c10 /pom.xml | |
parent | 12c4d77caa533e181a7824cb777f1ff71829fe0b (diff) | |
download | jgit-e36d5b40df77070ce42296333803ebf2d85ec098.tar.gz jgit-e36d5b40df77070ce42296333803ebf2d85ec098.zip |
Add project-info reports to maven site
Change-Id: I290d9c4a27d2ca1b9071f39639195e0d85799c00
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -578,6 +578,24 @@ </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> |