File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,12 @@ mvn clean install -DskipTests
5656This instructs [ Maven] ( http://maven.apache.org ) (` mvn ` ) to first remove all existing builds (` clean ` ) and then create a new Fluss binary (` install ` ).
5757
5858::: tip
59- Using the included [ Maven Wrapper] ( https://maven.apache.org/wrapper/ ) by replacing ` mvn ` with ` ./mvnw ` ensures that the
60- correct Maven version is used.
59+ Using the included [ Maven Wrapper] ( https://maven.apache.org/wrapper/ ) by replacing ` mvn ` with ` ./mvnw ` ensures that the correct Maven version is used.
6160:::
6261
6362To speed up the build you can:
6463- skip tests by using ` -DskipTests `
65- - use Maven's parallel build feature, e.g., ` mvn package -T 1C ` will attempt to build 1 module for each CPU core in
66- parallel.
64+ - use Maven's parallel build feature, e.g., ` mvn package -T 1C ` will attempt to build 1 module for each CPU core in parallel.
6765
6866The build script will be:
6967``` bash
You can’t perform that action at this time.
0 commit comments