Findbugs and Maven 3.x

前端 未结 3 1425
傲寒
傲寒 2021-02-14 20:28

Has anyone managed to get findbugs 2.3.1, 2.3.2-SNAPSHOT or 2.4-SNAPSHOT to work with a Maven 3.x project?

I always end up with:

[ERROR] Failed to

3条回答
  •  轮回少年
    2021-02-14 21:14

    On 2011/03/20, Findbugs 2.3.2 was been released, with Maven 3 support.

    Announcement

    Release Notes

    This means that you should be able to use the latest non-snapshot version of the plugin (version 2.3.2 or later) with Maven 3.

    
      org.codehaus.mojo
      findbugs-maven-plugin
      2.3.2
     
    

提交回复
热议问题