PDavid commented on code in PR #7353:
URL: https://github.com/apache/hbase/pull/7353#discussion_r2390745000
##########
src/site/custom/project-info-report.properties:
##########
Review Comment:
Removed this because of the mentioned warning:
```
[WARNING] Parameter 'customBundle' is unknown for plugin
'maven-site-plugin:3.12.0:site (default-site)'
```
##########
pom.xml:
##########
@@ -2880,11 +2895,15 @@
<version>${maven-site.version}</version>
<configuration>
<siteDirectory>${basedir}/src/site</siteDirectory>
-
<customBundle>${basedir}/src/site/custom/project-info-report.properties</customBundle>
Review Comment:
There was a warning regarding this during the build:
```
[WARNING] Parameter 'customBundle' is unknown for plugin
'maven-site-plugin:3.12.0:site (default-site)'
```
Removing this line fixed it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]