component-detection
component-detection copied to clipboard
feat: add a new detector `MvnPomCliComponentDetector`
This detector just finds all the .pom files and parses the dependencies (which are present similar to maven structure like
Thanks for the contribution! I left some feedback on your PR. We also need unit tests to verify this new detector. You can view an example here
@AbhinavAbhinav11 what the need for this detector have over the MvnCliComponentDetector? The only thing I can see is the ability to get a list of direct dependencies without invoking the Maven CLI.