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/06/18 18:42:00 UTC

[jira] [Commented] (MNG-7504) Warning about unknown reportPlugins parameters for m-site-p are always generated

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

Michael Osipov commented on MNG-7504:
-------------------------------------

Deprecate in Maven 3.9.0, drop it in 4.0.0.

> Warning about unknown reportPlugins parameters for m-site-p are always generated
> --------------------------------------------------------------------------------
>
>                 Key: MNG-7504
>                 URL: https://issues.apache.org/jira/browse/MNG-7504
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 3.9.0, 4.0.0
>            Reporter: Slawomir Jaranowski
>            Priority: Major
>
> In {{m-site-p 3.7}} configuration parameter {{reportPlugins}} was removed MSITE-792
> After MNG-7468 unknown parameter is detected and warning is generated.
> We have service {{org.apache.maven.model.plugin.DefaultReportingConverter}} which always add configuration for m-site-p with unsupported parameter {{reportPlugins}}.
> Configuration is added when project contains reporting sections.
> Possible solution 
> - drop service  - easy to implement but with impact on m-site-p < 3.7
> - detect m-site-p version in project - complicated
> - don't print warning about {{reportPlugins}} for {{m-site-p}} - easy but workaround



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