This is an automated email from the ASF dual-hosted git repository.

bhavanisudha pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 68c282f4478a docs: Updated build steps using profiles in Developer 
Setup (#18312)
68c282f4478a is described below

commit 68c282f4478a11dd32d368b6c3ba5422328152f0
Author: Ranga Reddy <[email protected]>
AuthorDate: Thu Mar 26 10:30:49 2026 +0530

    docs: Updated build steps using profiles in Developer Setup (#18312)
---
 website/contribute/developer-setup.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/contribute/developer-setup.md 
b/website/contribute/developer-setup.md
index fb1fcc076902..bc651fade30d 100644
--- a/website/contribute/developer-setup.md
+++ b/website/contribute/developer-setup.md
@@ -36,7 +36,7 @@ Listing out some of the maven commands that could be useful 
for developers.
 - Compile/build entire project
 
 ```shell
-mvn clean package -DskipTests
+mvn clean package -DskipTests -Dspark3.5 -Dflink1.20
 ```
 Default profile is Spark 3.5 and Scala 2.12
 
@@ -196,7 +196,7 @@ We have embraced the code style largely based on [google 
format](https://google.
 When submitting a PR please make sure to NOT commit the changes mentioned in 
these steps, instead once testing is done make sure to revert the changes and 
then submit a pr.
 :::
 
-0. Build the project with the intended profiles via the `mvn` cli, for example 
for spark 3.5 use `mvn clean package -Dspark3.5 -Dscala-2.12 -DskipTests`.
+0. Build the project with the intended profiles via the `mvn` cli, for example 
for spark 3.5 use `mvn clean package -Dspark3.5 -Dscala-2.12 -Dflink1.20 
-DskipTests`.
 1. Install the "Maven Helper" plugin from the Intellij IDE.
 2. Make sure IDEA uses Maven to build/run tests:
    * You need to select the intended Maven profiles (using Maven tool pane in 
IDEA): select profiles you are targeting for example `spark3.5`, `scala-2.12` 
etc.

Reply via email to