sonar-jdepend-plugin
sonar-jdepend-plugin copied to clipboard
Number of missing package-info is reported but couldn't know which packages
On our SonarQube, metric "Missing package-info.java files" is non-zero. But we don't see the list of packages that don't have package-info.java file. Is there a way to see the list of packages?
(We are using the package-info-maven-plugin to generate the files and supposing all packages have the file but the metric is still non-zero)