help wantedkind/featuretarget/filesystem
Description
Description
Maven 4 introduces:
- Project-specific settings at ${session.rootdir}/.mvn/settings.xml (apache/maven@e6303aa)
- Repositories defined directly under settings > repositories (docs)
Trivy should support both behaviors.
Expected Behavior
- Detect and read ${session.rootdir}/.mvn/settings.xml if present
- Support repositories defined at the root of settings.xml (settings > repositories)