On Mon, 28 Apr 2025 23:10:27 GMT, Erik Joelsson <er...@openjdk.org> wrote:
> I do think it's a bug that JMH is bundling its checkstyle and findbugs > configurations in its distribution jar, so perhaps we can suggest to a JMH > maintainer to stop doing that. :) I think that makes sense to me and I can try to do that. Both files could be moved to `src/test/resources`, modify the jmh-core pom.xml to files there instead. The combination of both would stop those xml from ending in the distribution jar. ------------- PR Comment: https://git.openjdk.org/jdk/pull/24571#issuecomment-2841239517