[BUG] Plugin dependencies are not detected by the analuzer #775
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Is there an existing issue for this?
Konveyor version
0.0.6
Priority
Major
Current Behavior
At the moment, plugin dependencies are not detected by the java provider. This is due to the
mvn dependency:tree
not showing plugin dependencies, since they are not runtime dependencies at any point, but just build-time dependencies.We might need to scan the pom itself to find plugin dependencies properly.
Expected Behavior
No response
How Reproducible
Always (Default)
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: