I wrote a custom plugin which scans for a method from javax.servlet.http.HttpServletRequest
.
For running test cases the dependency can be added in copy execution in pom.xml file. After adding the test cases passed for the rule.
But when the repository is scanned using the plugin the method is not getting captured. How to add the dependency jar to capture the method of that class during analysis?