You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2022/05/26 22:14:00 UTC

[jira] [Moved] (MPIR-419) Generating site reports for plugin results in NoSuchMethodError

     [ https://issues.apache.org/jira/browse/MPIR-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov moved MSITE-903 to MPIR-419:
-------------------------------------------

          Component/s:     (was: Maven 3)
                           (was: site:run)
                  Key: MPIR-419  (was: MSITE-903)
    Affects Version/s: 3.3.0
                           (was: 4.0.0-M1)
              Project: Maven Project Info Reports Plugin  (was: Maven Site Plugin)

> Generating site reports for plugin results in NoSuchMethodError
> ---------------------------------------------------------------
>
>                 Key: MPIR-419
>                 URL: https://issues.apache.org/jira/browse/MPIR-419
>             Project: Maven Project Info Reports Plugin
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>         Environment: Maven 3.8.5
> JDK 8
> Windows 10
>            Reporter: Brad Larrick
>            Priority: Major
>
> When generating the site for a maven plugin I get the following:
> java.lang.NoSuchMethodError: org.apache.maven.doxia.sink.Sink.verbatim(Z)V
>     at org.apache.maven.reporting.AbstractMavenReportRenderer.verbatimText (AbstractMavenReportRenderer.java:448)
>     at org.apache.maven.plugin.plugin.PluginReport$PluginOverviewRenderer.renderUsageSection (PluginReport.java:694)
>     at org.apache.maven.plugin.plugin.PluginReport$PluginOverviewRenderer.renderBody (PluginReport.java:616)
>     at org.apache.maven.reporting.AbstractMavenReportRenderer.render (AbstractMavenReportRenderer.java:80)
>     at org.apache.maven.plugin.plugin.PluginReport.executeReport (PluginReport.java:266)
>  
> And these warnings:
> [INFO] Generating "Property Updates Report" report --- versions-maven-plugin:2.11.0:property-updates-report
> [INFO] Rendering 2 generated Doxia documents: 2 xdoc
> [WARNING] Unrecognized xdoc tag <div> at [11:12]
> [WARNING] Unrecognized xdoc tag <div> at [79:14]
> [WARNING] Unrecognized xdoc tag <div> at [86:14]
> [WARNING] Unrecognized xdoc tag <div> at [94:14]
> [WARNING] Unrecognized xdoc tag <div> at [101:14]
> [WARNING] Unrecognized xdoc tag <div> at [108:14]
> [WARNING] Unrecognized xdoc tag <div> at [115:14]
> [WARNING] Unrecognized xdoc tag <div> at [11:12]
> [WARNING] Unrecognized xdoc tag <div> at [56:14]
> [WARNING] Unrecognized xdoc tag <div> at [64:14]
> [WARNING] Unrecognized xdoc tag <div> at [71:14]
> [WARNING] Unrecognized xdoc tag <div> at [78:14]
> The example project to reproduce is at:
> [https://github.com/bradleylarrick/plugin-example.git]
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)