This is an automated email from the ASF dual-hosted git repository.
liuxiaocs7 pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.6 by this push:
new 103d44ea354 HBASE-30360 Remove obsolete customBundle parameter from
maven-site-plugin configuration (#8624)
103d44ea354 is described below
commit 103d44ea35485eb6cea8e134c6eecaab4ccb19e3
Author: Xiao Liu <[email protected]>
AuthorDate: Wed Sep 9 04:26:30 2026 +0800
HBASE-30360 Remove obsolete customBundle parameter from maven-site-plugin
configuration (#8624)
Signed-off-by: Peter Somogyi <[email protected]>
Signed-off-by: Dávid Paksy <[email protected]>
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3f7a8b73ab6..9d9b299c696 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2533,7 +2533,6 @@
<version>${maven-site.version}</version>
<configuration>
<siteDirectory>${basedir}/src/site</siteDirectory>
-
<customBundle>${basedir}/src/site/custom/project-info-report.properties</customBundle>
<inputEncoding>UTF-8</inputEncoding>
<outputEncoding>UTF-8</outputEncoding>
</configuration>