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

pan3793 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b3cc7d0f97c HADOOP-19887. (Followup) Fix hadoop-maven-plugins building
b3cc7d0f97c is described below

commit b3cc7d0f97c7aa17faf9fe8a53b2d6b4c7b3c47d
Author: Cheng Pan <[email protected]>
AuthorDate: Fri May 8 13:28:50 2026 +0800

    HADOOP-19887. (Followup) Fix hadoop-maven-plugins building
---
 .github/workflows/website.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index d60061445f3..aeaaf734753 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -35,7 +35,7 @@ jobs:
           cache: 'maven'
           check-latest: false
       - name: Build Hadoop maven plugins
-        run: ./mvnw --batch-mode -f hadoop-maven-plugins/pom.xml install
+        run: cd hadoop-maven-plugins && ../mvnw --batch-mode install
       - name: Build Hadoop
         run: ./mvnw --batch-mode clean install -DskipTests -DskipShade
       - name: Build document


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to