Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Konveyor version
latest
Priority
Major
Current Behavior
Since we detect dependencies through the dependency tree, plugin dependencies are not matched because they don't appear there.
Expected Behavior
We should be able to match plugin dependencies.
How Reproducible
Always (Default)
Steps To Reproduce
- Create a simple java project and add this plugin section:
<build>
<plugins>
<plugin>
<groupId>org.apache.camel.maven</groupId>
<artifactId>camel-servicenow-maven-plugin</artifactId>
<version>3.0.0</version>
</plugin>
</plugins>
</build>
- Try to run the rule
xml-changed-camel320-00002
against it - it won't be matched.
Environment
- **Analyzer Image SHA**
- **JDTLS base image SHA**
- **Provider Settings JSON**
Anything else?
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🆕 New