liuml07 commented on code in PR #854:
URL: https://github.com/apache/ratis/pull/854#discussion_r1140708041


##########
BUILDING.md:
##########
@@ -14,8 +14,10 @@
 
 # Building
 
-Apache Ratis uses Apache Maven to build the artifacts.
-It is required to have Maven 3.3.9 or later.
+Apache Ratis uses Apache Maven 3.3.9 or later to build the artifacts.
+You can use the bundled Maven Wrapper to build without a pre-installed Maven,
+by replacing `mvn` with the `mvnw` or `mvnw.cmd` script in the root path.

Review Comment:
   ```suggestion
   by replacing `mvn` with the `mvnw` (*nix) or `mvnw.cmd` (Windows) script in 
the root path.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to