Andreas Sewe created MPLUGIN-365: ------------------------------------ Summary: 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
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)