Windows note

This commit is contained in:
Manfred Moser 2019-02-19 09:52:12 -08:00 committed by rfscholte
parent 0e33a4f15c
commit 5f65c1274f
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ But now, with a Maven Wrapper setup, you can instruct users to run wrapper scrip
$ ./mvnw clean install $ ./mvnw clean install
``` ```
or or on Windows
``` ```
$ ./mvnw.cmd clean install $ mvnw.cmd clean install
``` ```
A normal Maven build will be executed with the one important change that if the user doesn't have the necessary version A normal Maven build will be executed with the one important change that if the user doesn't have the necessary version