ndimiduk opened a new pull request #1364: HBASE-24065 Enable SpotBugs in PreCommit URL: https://github.com/apache/hbase/pull/1364 Yetus's SpotBugs module depends on `maven_add_install`. In `Jenkinsfile_GitHub`, I'm pretty strict on my module definitions, with ``` GENERAL_CHECK_PLUGINS = 'all,-compile,-javac,-javadoc,-jira,-shadedjars,-unit' JDK_SPECIFIC_PLUGINS = 'compile,github,htmlout,javac,javadoc,maven,mvninstall,shadedjars,unit' ``` The general check requests all but omits `compile` and `maven`, which I think means the `spotbugs` check gets dropped. Before HBASE-23767, we had just a single yetus that did all, so spotbugs would have been run.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
