[
https://issues.apache.org/jira/browse/HBASE-29788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18054472#comment-18054472
]
Andrew Kyle Purtell commented on HBASE-29788:
---------------------------------------------
This does not seem to work in some builds. I'm seeing this with branch-2.5...
{noformat}
23:51:12 [WARNING] An issue has occurred with
maven-project-info-reports-plugin:3.9.0:dependency-convergence report, skipping
LinkageError org.apache.maven.doxia.sink.Sink.tableRows()V, please report an
issue to Maven dev team.
{noformat}
{noformat}
[WARNING] An issue has occurred with
maven-project-info-reports-plugin:3.9.0:scm report, skipping LinkageError
org.apache.maven.doxia.sink.Sink.verbatim()V, please report an issue to Maven
dev team.
java.lang.NoSuchMethodError: org.apache.maven.doxia.sink.Sink.verbatim()V
{noformat}
Maven and JDK particulars:
{noformat}
$ mvn --version
mvn --version
Apache Maven 3.9.9
Maven home: /usr/share/maven
Java version: 1.8.0_432, vendor: Temurin, runtime:
/usr/lib/jvm/OpenJDK8U-jdk_aarch64_linux_hotspot_8u432b06/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.12.63+deb13-arm64", arch: "aarch64", family:
"unix"
{noformat}
> Bump the version for Maven Project Info Reports Plugin
> ------------------------------------------------------
>
> Key: HBASE-29788
> URL: https://issues.apache.org/jira/browse/HBASE-29788
> Project: HBase
> Issue Type: Bug
> Components: build, pom, site
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.5, 2.5.14
>
>
> The ref guide build on nightly fails with
> {noformat}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.12.0:site (default-site) on
> project hbase: Error generating maven-project-info-reports-plugin:3.1.2:index
> report: Cannot invoke
> "org.eclipse.aether.RepositorySystemSession.getWorkspaceReader()" because
> "session" is null -> [Help 1]
> {noformat}
> This is because maven-project-info-reports-plugin 3.1.2 is not compatible
> with maven 3.9.x.
> Let's bump it to a newer version, like 3.9.0.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)