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

Detect dependencies duplicates in <dependenciesManagement> section #1

Open
alexey-anufriev opened this issue Jun 10, 2022 · 0 comments

Comments

@alexey-anufriev
Copy link
Owner

Currently, enforcer works only over <dependencies> section, but this is not always convenient, for example, to publish a BOM (that defines dependencies in <dependenciesManagement>) being sure about dependencies there is a need to explicitly use those in <dependencies> section, otherwise, they will not be scanned. This may lead to unnecessary workarounds, like making a separate module with explicit dependencies that can be scanned.

Instead, it would be more convenient to perform a scan over the section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant