简体   繁体   中英

Running maven with static analysis tools plugin like pmd, jdepend, findbugs … Getting the below error !! Kindly help to resolve

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error getting reports from the plugin 'org.codehaus.mojo:findbugs-maven-plugin:1.0-beta-1': Unable to load the mojo 'org.codehaus.mojo:findbugs-maven-plugin:1.0-beta-1:findbugs' in the plugin 'org.codehaus.mojo:findbugs-maven-plugin'. A required class is missing: edu/umd/cs/findbugs/AbstractBugReporter

The problem with this is you simply using an outdated version of the maven-findbugs-plugin . The current version for the findbugs-plugin is 2.3.X or 2.4.0...That is causing the problems with missing classes etc.

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