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