stoty commented on code in PR #7355:
URL: https://github.com/apache/hbase/pull/7355#discussion_r2400897932
##########
pom.xml:
##########
@@ -2880,11 +2893,15 @@
<version>${maven-site.version}</version>
<configuration>
<siteDirectory>${basedir}/src/site</siteDirectory>
-
<customBundle>${basedir}/src/site/custom/project-info-report.properties</customBundle>
Review Comment:
I've looked into this:
That bundle is used by the reports plugin, and the file is in the default
location.
So it looks like the config was just in the wrong plugin.
I suggest keeping the bundle file, but removing the incorrect config from
the site plugin.
https://maven.apache.org/plugins/maven-project-info-reports-plugin/team-mojo.html
--
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]