Skip to content

Commit

Permalink
Fixed #333
Browse files Browse the repository at this point in the history
 adding aggregate plugins information to site
  • Loading branch information
mstemberger authored and slawekjaranowski committed Dec 5, 2022
1 parent 635b310 commit 3003f8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions versions-maven-plugin/src/site/markdown/index.md
Expand Up @@ -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.

Expand Down

0 comments on commit 3003f8b

Please sign in to comment.