This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 840798606c6 [improve][doc] Clarify maven running environments under
windows (#18373)
840798606c6 is described below
commit 840798606c67069c335d852eaa4b965c7e540c60
Author: nullscript <[email protected]>
AuthorDate: Thu Nov 10 00:38:13 2022 +0800
[improve][doc] Clarify maven running environments under windows (#18373)
Co-authored-by: tison <[email protected]>
---
README.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b53a30c0f99..cf131f944b2 100644
--- a/README.md
+++ b/README.md
@@ -137,8 +137,12 @@ components in the Pulsar ecosystem, including connectors,
adapters, and other la
- Maven 3.6.1+
- zip
-> Note: this project includes a [Maven
Wrapper](https://maven.apache.org/wrapper/) that can be used instead of a
system installed Maven.
-> Use it by replacing `mvn` by `./mvnw` on Linux and `mvnw.cmd` on Windows in
the commands below.
+> **Note**:
+>
+> This project includes a [Maven Wrapper](https://maven.apache.org/wrapper/)
that can be used instead of a system-installed Maven.
+> Use it by replacing `mvn` by `./mvnw` on Linux and `mvnw.cmd` on Windows in
the commands below.
+>
+> It's better to use CMD rather than Powershell on Windows. Because maven will
activate the `windows` profile which runs `rename-netty-native-libs.cmd`.
### Build
Compile and install: