Integrated: CODETOOLS-7903567: JMH: Improve README guidance for archetype bootstrap

abyrne133 duke at openjdk.org
Thu Jan 4 17:05:56 UTC 2024


On Sat, 30 Sep 2023 16:18:51 GMT, abyrne133 <duke at openjdk.org> wrote:

> Attempting to execute the "mvn archetype:generate" command specified in Step 1 of Preferred Usage in the README will result in a maven execution error if you interpret it like I did! In my case I naively interpreted the following text to mean that I could create a sub project within the test folder of my already existing java project. "test" is the default test folder!
> 
> _
> 
>> "Step 1. Setting up the benchmarking project. The following command will generate the new JMH-driven project in test folder:"
> 
> _
> 
> This resulted in 10-15 minutes of trying to figure out if I needed to install something new to use mvn archetype - as I have not used it before.
> 
> This change might make it easier for users to get set up with JMH project templates.

This pull request has now been integrated.

Changeset: cb3c3a90
Author:    abyrne133 <abyrne133 at gmail.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jmh/commit/cb3c3a90137dad781a2a37fda72dc11ebf253593
Stats:     2 lines in 1 file changed: 0 ins; 1 del; 1 mod

7903567: JMH: Improve README guidance for archetype bootstrap

Reviewed-by: shade

-------------

PR: https://git.openjdk.org/jmh/pull/123


More information about the jmh-dev mailing list