Skip to content

Commit cb3c3a9

Browse files
abyrne133shipilev
authored andcommitted
7903567: JMH: Improve README guidance for archetype bootstrap
Reviewed-by: shade
1 parent a1ca901 commit cb3c3a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ to work through the [JMH Samples](https://github.com/openjdk/jmh/tree/master/jmh
2525

2626
### Preferred Usage: Command Line
2727

28-
**Step 1. Setting up the benchmarking project.** The following command will generate the new JMH-driven
29-
project in `test` folder:
28+
**Step 1. Setting up the benchmarking project.** The following command will generate the new JMH-driven project in new `test` folder. Note that current and target folder should not already contain any Maven project for this to work reliably.
3029

3130
$ mvn archetype:generate \
3231
-DinteractiveMode=false \

0 commit comments

Comments
 (0)