summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2023-12-13 18:08:56 +0800
committerdoufenghu <[email protected]>2023-12-13 18:08:56 +0800
commit8fd641686064bcc8eca22044c9fb11046fe4ab61 (patch)
tree957c1bc5ed0b427584c86faac49c29705a2b013a /README.md
parent2154ce4e9ec8d4ace4f98d90ecf9c796e1871dc2 (diff)
[improve][bootstrap] support mvnw build project
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 571894a..3eb1eda 100644
--- a/README.md
+++ b/README.md
@@ -51,11 +51,11 @@ Configure a job, you'll set up Sources, Filters, Processing Pipeline, and Sinks,
Run the following Maven command to build the project modules using parallel threads:
```shell
-mvn clean install -T2C
+./mvnw clean install -T2C
```
Run the following Maven command to build the project modules and Skip Tests:
```shell
-mvn clean install -DskipTests
+./mvnw clean install -DskipTests
```
### Deploying