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

paksyd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 032d6096e9e HBASE-29757 Re-build mvn site when site related sources 
are changed (#7608)
032d6096e9e is described below

commit 032d6096e9ec4b22bf96d84841adde96c36cede7
Author: Dávid Paksy <[email protected]>
AuthorDate: Fri Jan 9 08:16:52 2026 +0100

    HBASE-29757 Re-build mvn site when site related sources are changed (#7608)
    
    When something is changed under hbase-website, we should rebuild the site 
(including the hbase-website module) to make sure that the site can be built.
    
    Signed-off-by: Duo Zhang <[email protected]>
    Reviewed-by: Liu Xiao <[email protected]>
---
 dev-support/hbase-personality.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index 9a5d34cc213..bb3a44d47a7 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -304,9 +304,9 @@ function personality_file_tests
      [[ ${filename} =~ src/main/xslt ]]; then
     yetus_debug "Skipping builtin yetus checks for ${filename}. refguide test 
should pick it up."
   else
-    # If we change our asciidoc, rebuild mvnsite
+    # If we change our asciidoc or our site rebuild mvnsite
     if [[ ${BUILDTOOL} = maven ]]; then
-      if [[ ${filename} =~ src/site || ${filename} =~ src/main/asciidoc ]]; 
then
+      if [[ ${filename} =~ src/site || ${filename} =~ src/main/asciidoc || 
${filename} =~ hbase-website ]]; then
         yetus_debug "tests/mvnsite: ${filename}"
         add_test mvnsite
       fi

Reply via email to