简体   繁体   中英

Sonar not analyzing Checkstyle, Findbugs, PMD

I've just updated my local Sonar installation to 3.7 from 3.3. Previously, I've analyzed projects with Sonar using the Maven plugin (clean install sonar:sonar). On this old setup, everything works like a charm, more specifically Checkstyle, Findbugs, PMD violations were added to the Sonar analysis.

Since the upgrade, I'm not getting any Checkstyle, Findbugs, PMD results (violations count == 0, which I cannot imagine to be true as a local Eclipse PMD run results in quite some violations to solve).

During upgrade of Sonar 3.7, I had to remove the Checkstyle, PMD, findbugs plugins on Sonar, as they were included in the Java ecosystem (according to the docs).

Am I missing something, or can you give me any pointers to enable analysis?

Cheers,

Jeroen

You must be missing some jars from the Java Ecosystem. The zip file can be found on http://docs.codehaus.org/display/SONAR/Java+Ecosystem

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM