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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17326029#comment-17326029 ] 

Hudson commented on MPLUGIN-365:
--------------------------------

Build succeeded in Jenkins: Maven » Maven TLP » maven-plugin-tools » master #33

See https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-plugin-tools/job/master/33/

> 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)