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