From 1def3bde11732f510bfc37ecb2940b1a02fe8b74 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Tue, 19 Feb 2019 09:52:12 -0800 Subject: [PATCH] Windows note --- maven-wrapper/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-wrapper/README.md b/maven-wrapper/README.md index 1f075c0671..4634cb58c3 100644 --- a/maven-wrapper/README.md +++ b/maven-wrapper/README.md @@ -24,10 +24,10 @@ But now, with a Maven Wrapper setup, you can instruct users to run wrapper scrip $ ./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