You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (Jira)" <ji...@apache.org> on 2021/04/20 18:17:00 UTC

[jira] [Closed] (MPLUGIN-365) Don't log a warning when packaging type unsupported -> info is enough

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

Robert Scholte closed MPLUGIN-365.
----------------------------------
    Fix Version/s: 3.6.1
         Assignee: Robert Scholte
       Resolution: Fixed

Fixed in [5417a1caa74ba1d83b613735d2f9a85d20c88f88|https://gitbox.apache.org/repos/asf?p=maven-plugin-tools.git;a=commit;h=5417a1caa74ba1d83b613735d2f9a85d20c88f88]

> Don't log a warning when packaging type unsupported -> info is enough
> ---------------------------------------------------------------------
>
>                 Key: MPLUGIN-365
>                 URL: https://issues.apache.org/jira/browse/MPLUGIN-365
>             Project: Maven Plugin Tools
>          Issue Type: Improvement
>          Components: Plugin Plugin
>    Affects Versions: 3.6.0
>            Reporter: Andreas Sewe
>            Assignee: Robert Scholte
>            Priority: Minor
>             Fix For: 3.6.1
>
>
> At the moment, the {{maven-plugin-plugin}} issues as warning if the {{<packaging>}} is not one of the configured {{<packagingTypes>}}.
> {noformat}
> [WARNING] Unsupported packaging type pom, execution skipped {noformat}
> This makes it very hard to get a warning-free build if you configure, e.g., the {{plugin:helpmojo}} goal in a parent POM.
> IMHO, an info-level log output is sufficient. After all, the goal does what it is configured to.
> Likewise for {{skip}}. ({{maven-surefire-plugin}}, {{maven-enforcer-plugin}}, {{maven-pmd-plugin}}, {{maven-chechkstyle-plugin}} and many more all use info-level logging for their "Skipping execution" messages.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)