Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.0.10
-
Fix Version/s: 2.1.0-M1
-
Component/s: Inheritance and Interpolation
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Plugin information that gets merged with handleAsInheritance == false results in pollution of the original Plugin instance by that from the new one. This means pluginManagement specified in a child POM can affect the Plugin instance that's actually declared in the parent POM.
Issue Links
| This issue is related to: | ||||
| MNG-3700 | ModelUtils.clone doesn't clone plugin entries where inherited == false |
|
|
|
The fix for this issue will probably influence the behavior of
MNG-3700, since the same pieces of code are active in both.MNG-3700, since the same pieces of code are active in both.