Maven multi module project showing double SCA count in jenkins -


I have a multi-module maven project (java) that I have configured in jenkins i configured it as The module A, B, C is in Project A. The total number of actual counting is displayed through Jenkins Infringement Plugin (Checkstyle, PMD, Fineblog), i.e. Project A is counted = A + B + C and project A + A + B + C = A + B + C + A + B + C

Please advise to fix this so that the counting count is similar to the number of ProjectA


Comments