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

adding analyze goal to maven-dependency-plugin #1068

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sambish5
Copy link
Collaborator

This analyzes the project to find dependencies that are: used and declared; used and undeclared; unused and declared. This check occurs during the verify lifecycle phase for maven.

I have it set to currently NOT fail on warnings (and this obviously can be changed).
Can also be made to ignore certain groups of warnings (for example, https://maven.apache.org/plugins/maven-dependency-plugin/analyze-only-mojo.html#ignoredusedundeclareddependencies) or individual warnings for dependencies.

@sambish5 sambish5 requested a review from jpdahlke February 20, 2025 16:23
@fbruton fbruton requested a review from dev-mlb February 21, 2025 15:50
@jpdahlke jpdahlke added this to the v8.24.0 milestone Feb 21, 2025
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

Successfully merging this pull request may close these issues.

2 participants