Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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.?