force maven to fail the build on nonnull violations

前端 未结 1 1482
青春惊慌失措
青春惊慌失措 2020-12-19 18:20

I have the simple code below for testing the findbugs NonNull annotation with maven.

I execute \"mvn clean install site\", and I get a directory target/site/css and

相关标签:
1条回答
  • 2020-12-19 18:38

    David,

    The answer to your question is in the findbugs maven plugin documentation (see findbugs:check)

    0 讨论(0)
提交回复
热议问题