The analysis plug-ins log their results in the console log. Is there something printed out? E.g. [FINDBUGS] Parsing...
Does your build produce the artifacts (e.g. FindBugs results XML file) that are read as input by the plugins? Ulli Am 03.10.2012 um 17:05 schrieb Rob Withers <reefed...@gmail.com>: > I have the following plugins loaded: > 1) JUnit Attachments Plugin > 2) Static Analysis Utilities > 3) Static Analysis Collector Plug-in > 4) Checkstyle Plug-in > 5) PMD Plug-in > 6) FindBugs > 7) DRY > > My issue is no results are showing up when I do a build. I have enabled the > project to get these results. What gives? > > thanks, > Rob