You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Konrad Windszus (JIRA)" <ji...@apache.org> on 2018/01/24 17:53:00 UTC

[jira] [Created] (MNG-6348) Clarify Maven Plugin Configuration Locations and their Order of Precendence

Konrad Windszus created MNG-6348:
------------------------------------

             Summary: Clarify Maven Plugin Configuration Locations and their Order of Precendence
                 Key: MNG-6348
                 URL: https://issues.apache.org/jira/browse/MNG-6348
             Project: Maven
          Issue Type: Improvement
          Components: Documentation: Guides
            Reporter: Konrad Windszus


There are multiple locations in the pom where you can configure build plugins, namely
# PluginManagement -> Global Configuration
# PluginManagement -> Execution Configuration
# Plugins -> Global Configuration
# Plugins -> Execution Configuration

Those locations should all be listed in https://maven.apache.org/guides/mini/guide-configuring-plugins.html#Configuring_Build_Plugins and the order or precedence should be explicitly listed there.

Is the order given above correct at all, meaning that setting {{param1}} in 4. will overwrite the configuration of {{param1}} in 1., 2. or 3.?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)