Adds support to generate a report with outdated dependencies

This commit is contained in:
Lukasz Lenart
2017-11-27 15:47:35 +01:00
parent ad98881dd5
commit 76d0bc5ff4
+14
View File
@@ -437,6 +437,20 @@
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.5</version>
<reportSets>
<reportSet>
<reports>
<report>dependency-updates-report</report>
<report>plugin-updates-report</report>
<report>property-updates-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>