This is an automated email from the ASF dual-hosted git repository.
liuxiaocs7 pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new 3d5e1966d18 HBASE-30360 Remove obsolete customBundle parameter from
maven-site-plugin configuration (#8624)
3d5e1966d18 is described below
commit 3d5e1966d184104b5f7831d3e2b386cdbf6e0b97
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 8019338d33e..9f2e317bc96 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>