You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by "Bruno P. Kinoshita (Jira)" <ji...@apache.org> on 2022/05/13 03:22:00 UTC

[jira] [Commented] (RAT-299) Maven console error

    [ https://issues.apache.org/jira/browse/RAT-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536416#comment-17536416 ] 

Bruno P. Kinoshita commented on RAT-299:
----------------------------------------

Had the same issue releasing Commons Imaging this week. Found this issue and then realized I had to downgrade the commons-parent to solve the site generation for now. From what I could see RAT 0.14 should fix it. Thanks!

> Maven console error
> -------------------
>
>                 Key: RAT-299
>                 URL: https://issues.apache.org/jira/browse/RAT-299
>             Project: Apache Rat
>          Issue Type: Bug
>          Components: maven
>    Affects Versions: 0.13
>            Reporter: Maxim Solodovnik
>            Priority: Critical
>
> Just have updated {{maven-project-info-reports-plugin}} to version *3.2.2*
> Got these errors in console:
> {code}
> [INFO] Generating "Rat Report" report    --- apache-rat-plugin:0.13:rat
> [WARNING] An issue has occurred with apache-rat-plugin:0.13:rat report, skipping LinkageError Receiver class org.apache.rat.mp.RatReportMojo does not define or inherit an implementation of the resolved method 'abstract void generate(org.apache.maven.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.rat.mp.RatReportMojo does not define or inherit an implementation of the resolved method 'abstract void generate(org.apache.maven.doxia.sink.Sink, java.util.Locale)' of interface org.apache.maven.reporting.MavenReport.
>     at org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument (ReportDocumentRenderer.java:235)
>     at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render (DefaultSiteRenderer.java:348)
>     at org.apache.maven.plugins.site.render.SiteMojo.renderLocale (SiteMojo.java:194)
> {code}
> I would like to help with releasing of *apache-rat-plugin:0.14* :)
> let's try to release :)



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