Hello, There are a number of static code analyses which also happen to have a maven plugin (with sire reporting integration), for example pmd, findbugs/spotbugs, checker framework, checkstyle, (static-Code-analysis) Javancss, taglist, l10n status, jdepend and dependency-Check, and a few external tools with maven integration like sonarqube, lgtm or Snyk, see also here https://maven.apache.org/code-quality-management.html
Most of those plugins are best used when you have a matching CI plugin to record long term trends or if they have their own database (like sonarqube). Gruss Bernd -- http://bernd.eckenfels.net ________________________________ Von: Aitor Iturriondobeitia <[email protected]> Gesendet: Sunday, November 29, 2020 6:47:13 PM An: Maven Users List <[email protected]> Betreff: Reporting in maven. help please Hello i am new using maven and i am reading documentation. Can you say me which plugins can i use for reporting the code quality? any example? thanks
