Using Maven Wrapper for build

Henri Tremblay henri.tremblay at gmail.com
Sat Mar 1 02:23:03 UTC 2025


I'm not a maintainer, but I think it's a good idea.


On Fri, 28 Feb 2025 at 06:51, Volkan Yazıcı <volkan at yazi.ci> wrote:

> 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/ab859089/attachment.htm>


More information about the jmh-dev mailing list