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

Make Max Dependency enforcer rule as main page of enforcer module #847

Merged
merged 1 commit into from Dec 13, 2022
Merged
Show file tree
Hide file tree
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
@@ -1,5 +1,5 @@

title: Introduction
title: Max Dependency Updates
author: Andrzej Jarmoniuk
date: 2022-10-27

Expand Down
4 changes: 0 additions & 4 deletions versions-enforcer/src/site/site.xml
Expand Up @@ -6,10 +6,6 @@
<item name="Maven Enforcer Rules" href="index.html"/>
</menu>

<menu name="Rules Details">
<item name="Max Dependency Updates" href="max-dependency-updates.html"/>
</menu>

<menu ref="parent"/>
</body>
</project>
2 changes: 1 addition & 1 deletion versions-maven-plugin/src/site/markdown/index.md
Expand Up @@ -96,7 +96,7 @@ The Versions Plugin has the following reporting goals.
## Enforcer rules overview

The Versions Plugin currently provides one Maven Enforcer Plugin rule:
* [maxDependencyUpdates](../versions-enforcer/max-dependency-updates.html) allows the user to specify a maximum number of updates which,
* [maxDependencyUpdates](../versions-enforcer/index.html) allows the user to specify a maximum number of updates which,
if exceeded, will trigger the enforcer plugin to fail.

## Usage
Expand Down