From 3003f8bde8b2e6e778be1d0e39e479d8aeed9c7a Mon Sep 17 00:00:00 2001 From: mstemberger Date: Mon, 5 Dec 2022 19:55:51 +0100 Subject: [PATCH] Fixed #333 adding aggregate plugins information to site --- versions-maven-plugin/src/site/markdown/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/versions-maven-plugin/src/site/markdown/index.md b/versions-maven-plugin/src/site/markdown/index.md index 69a48c2e8..3aa1cc9de 100644 --- a/versions-maven-plugin/src/site/markdown/index.md +++ b/versions-maven-plugin/src/site/markdown/index.md @@ -79,10 +79,17 @@ The Versions Plugin has the following goals. The Versions Plugin has the following reporting goals. * [versions:dependency-updates-report](./dependency-updates-report-mojo.html) produces a report of those project dependencies which have newer versions available. +* [versions:dependency-updates-aggregate-report](./dependency-updates-aggregate-report-mojo.html) produces an aggregated + report(project + its submodules) of those dependencies which have newer versions available. * [versions:plugin-updates-report](./plugin-updates-report-mojo.html) produces a report of those plugins which have newer versions available. +* [versions:plugin-updates-aggregate-report](./plugin-updates-aggregate-report-mojo.html) produces an aggregated report + (project + its submodules) of those plugins which have newer versions available. * [versions:property-updates-report](./property-updates-report-mojo.html) produces a report of those properties which are used to control artifact versions and which properties have newer versions available. +* [versions:property-updates-aggregate-report](./property-updates-aggregate-report-mojo.html) produces an aggregated + report(project + its submodules) of those properties which are used to control artifact versions and + which properties have newer versions available. * [versions:parent-updates-report](./parent-updates-report-mojo.html) produces a report on possible parent artifact upgrades.