Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-12-08 23:12:11 +0000
committerMatthias Sohn2018-12-08 23:12:59 +0000
commit7a2fe0a7a98f6db8410f83999e8dd1be3dca2966 (patch)
tree6030f97346a42076641f0398f73234b4e9926fca /pom.xml
parent57b8cf4261db67bf350269a161789d705f095272 (diff)
downloadjgit-7a2fe0a7a98f6db8410f83999e8dd1be3dca2966.tar.gz
jgit-7a2fe0a7a98f6db8410f83999e8dd1be3dca2966.tar.xz
jgit-7a2fe0a7a98f6db8410f83999e8dd1be3dca2966.zip
Update maven site reports
- update name of reports which changed name in maven-project-info-reports-plugin 3.0.0 - add dependency-covergence report - add dependency-management report - add index report - add summary report Change-Id: I6d406ecd9e082d96b2bd250704d5ca18e7c8f735 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 22eb0ae00f..29e56db3c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -590,11 +590,15 @@
<reportSet>
<reports>
<report>dependencies</report>
- <report>project-team</report>
- <report>mailing-list</report>
- <report>cim</report>
- <report>issue-tracking</report>
- <report>license</report>
+ <report>dependency-convergence</report>
+ <report>dependency-management</report>
+ <report>index</report>
+ <report>summary</report>
+ <report>team</report>
+ <report>mailing-lists</report>
+ <report>ci-management</report>
+ <report>issue-management</report>
+ <report>licenses</report>
<report>scm</report>
</reports>
</reportSet>

Back to the top