You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Gili (JIRA)" <ji...@apache.org> on 2019/01/12 00:22:00 UTC

[jira] [Updated] (MPLUGIN-348) Why does maven-plugin-plugin always warn if goalPrefix is set?

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

Gili updated MPLUGIN-348:
-------------------------
    Description: 
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}}?

  was:
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}}?


> 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
>            Priority: Major
>
> 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)