Browse Source

Add project-info reports to maven site

Change-Id: I290d9c4a27d2ca1b9071f39639195e0d85799c00
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v5.0.1.201806211838-r
Matthias Sohn 5 years ago
parent
commit
e36d5b40df
1 changed files with 18 additions and 0 deletions
  1. 18
    0
      pom.xml

+ 18
- 0
pom.xml View File

@@ -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>


Loading…
Cancel
Save