Gili created MPLUGIN-348:
----------------------------
Summary: Why does maven-plugin-plugin always warn if goalPrefix is
set?
Key: MPLUGIN-348
URL: https://issues.apache.org/jira/browse/MPLUGIN-348
Project: Maven Plugin Tools
Issue Type: Bug
Components: Plugin Plugin
Affects Versions: 3.6.0
Reporter: Gili
If the {{<goalPrefix> parameter is set, the plugin will always issue a warning:
[https://github.com/apache/maven-plugin-tools/blob/26ba0323bfd66214222b1be4d71402b0948d51bf/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java#L216]}}
{{Obviously the provided value will differ from the default goal prefix;
otherwise, why bother using this parameter at all?}}
{{Shouldn't issue be logged as }}{{DEBUG}} instead of {{WARN}}?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)