From e028b180bc9f252bb03568f4a70ed663a3f1313c Mon Sep 17 00:00:00 2001 From: Rishabh Patel <1607531+ptlrs@users.noreply.github.com> Date: Mon, 13 Jan 2025 23:41:10 -0800 Subject: [PATCH] Update docs/08-developer-guide/01-build/01-maven.md Co-authored-by: Doroszlai, Attila <6454655+adoroszlai@users.noreply.github.com> --- docs/08-developer-guide/01-build/01-maven.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/08-developer-guide/01-build/01-maven.md b/docs/08-developer-guide/01-build/01-maven.md index 2f4ca7ccf..753db591f 100644 --- a/docs/08-developer-guide/01-build/01-maven.md +++ b/docs/08-developer-guide/01-build/01-maven.md @@ -76,7 +76,6 @@ This command does not run acceptance tests. Refer to the [acceptance tests](/doc | `-DskipTests=true` | Skip all tests | | `-Pdist` | This creates a tarball in `hadoop-ozone/dist/target` that contains all necessary files for deployment | | `-DskipRecon` | Skip building the Javascript frontend for Recon | -| `-Pdist` | Enable the distribution profile to create deployment tarballs | | `-T 4` | Use 4 threads for parallel building (adjust number based on your CPU) | | `-T 2C` | Use 2 threads per core for parallel building (adjust number based on your CPU) | | `-am -pl :` | Build a specific module and its dependencies when run from the root of the project |