Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#333: aggregated reports site information #841

Merged
merged 1 commit into from Dec 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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