Using Maven Wrapper for build

Volkan Yazıcı volkan at yazi.ci
Fri Feb 28 11:51:06 UTC 2025


Hello,

Currently the JMH build requires the host system to have Maven installed.
Using a script-only[1] Maven Wrapper <https://maven.apache.org/wrapper/>,
this requirement can be removed and JMH can provide whatever Maven version
it needs out-of-the-box. In short, one less requirement for users who want
to build the sources.

If maintainers agree, I can submit a PR for this change.

Kind regards.

[1] A script-only Maven Wrapper is composed of two script files (`/mvnw`
for Linux and macOS, `mvnw.bat` for Windows) and a configuration file
(`.mvn/wrapper/maven-wrapper.properties`). All files are licensed with
Apache License, Version 2.0.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/jmh-dev/attachments/20250228/c7376343/attachment.htm>


More information about the jmh-dev mailing list