ndimiduk commented on issue #1352: spotbugs automatically skip inapplicable modules URL: https://github.com/apache/hbase/pull/1352#issuecomment-604567340 Okay, I think I understand. 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. Filed HBASE-24065.
---------------------------------------------------------------- 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
