This is an automated email from the ASF dual-hosted git repository.
liuxiaocs7 pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.5 by this push:
new da84d06a37c HBASE-30360 Remove obsolete customBundle parameter from
maven-site-plugin configuration (#8624)
da84d06a37c is described below
commit da84d06a37c01c8d77188ca8bb5ed4e061a0abf5
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 6dfed9e1924..9ef07b5fdaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2527,7 +2527,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>