Mario Krizmanic created MNG-6127: ------------------------------------ Summary: Fix plugin execution configuration interference Key: MNG-6127 URL: https://issues.apache.org/jira/browse/MNG-6127 Project: Maven Issue Type: Bug Components: core Affects Versions: 3.3.9 Reporter: Mario Krizmanic
The plugin execution configuration may interfere across maven modules included in a build in case a plugin extension provides a default configuration. Because the custom plugin configuration defined in the maven modules is merged to the plugin execution configuration and the merged configuration is re-used during building the other included maven modules, so the other maven modules may be build using the invalid configuration. -- This message was sent by Atlassian JIRA (v6.3.4#6332)