diff options
| author | doufenghu <[email protected]> | 2023-12-13 18:08:56 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2023-12-13 18:08:56 +0800 |
| commit | 8fd641686064bcc8eca22044c9fb11046fe4ab61 (patch) | |
| tree | 957c1bc5ed0b427584c86faac49c29705a2b013a /README.md | |
| parent | 2154ce4e9ec8d4ace4f98d90ecf9c796e1871dc2 (diff) | |
[improve][bootstrap] support mvnw build project
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
