[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发布于 2012-03-15 02:43:08
这样做的问题是,您只是使用了过时版本的maven-findbugs-plugin。findbugs-plugin的当前版本是2.3.X,或者是2.4.0...That导致了缺少类等问题。
https://stackoverflow.com/questions/9664084
复制相似问题