PDavid commented on code in PR #7853:
URL: https://github.com/apache/hbase/pull/7853#discussion_r2890061795
##########
pom.xml:
##########
@@ -2784,6 +2785,15 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>${maven-site.version}</version>
Review Comment:
I tried out, removing the version of the Maven site plugin will seemingly
have the same effect as the site plugin not being declared here, it will
produce these warnings:
```
[WARNING] An issue has occurred with
maven-javadoc-plugin:3.4.0:aggregate-no-fork report, skipping LinkageError
Receiver class org.apache.maven.plugins.javadoc.AggregatorJavadocNoForkReport
does not define or inherit an implementation of the resolved method 'abstract
void generate(org.codehaus.doxia.sink.Sink, java.util.Locale)' of interface
org.apache.maven.reporting.MavenReport., please report an issue to Maven dev
team.
java.lang.AbstractMethodError: Receiver class
org.apache.maven.plugins.javadoc.AggregatorJavadocNoForkReport does not define
or inherit an implementation of the resolved method 'abstract void
generate(org.codehaus.doxia.sink.Sink, java.util.Locale)' of interface
org.apache.maven.reporting.MavenReport.
at
org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument
(ReportDocumentRenderer.java:239)
at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render
(DefaultSiteRenderer.java:349)
at org.apache.maven.plugins.site.render.SiteMojo.renderLocale
(SiteMojo.java:198)
at org.apache.maven.plugins.site.render.SiteMojo.execute
(SiteMojo.java:147)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
(DefaultBuildPluginManager.java:126)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2
(MojoExecutor.java:328)
...
```
--
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]