[MNG-8081] Profile property activation interpolation#1477
[MNG-8081] Profile property activation interpolation#1477cstamas wants to merge 4 commits intoapache:maven-3.9.xfrom
Conversation
|
I notice that this implementation only interpolates properties in property activations, whereas my submitted implementations for both v3.9.x and v4 attempt to satisfy the "least surprise" principle by applying interpolations to all properties among every profile activation type. IMHO that's the best way forward but I am satisfied if this PR becomes the 3.9.x implementation. |
|
@mbenson can you clarify what you mean by "only [...] property activations" vs "all property activations" as I think don't understand it fully wdym here... |
|
Sorry @cstamas, was working late and apparently not 100%. Edited my comment with changed text in bold. Further context: there are system/user/project (in your implementation) properties, and then there are properties of the objects comprising the project model. So an activation has properties whose (string) values may be interpolated from the "environmental" properties. Does that help? |
|
Duplicates #1447 |
|
Resolve #10796 |
Property profile activation should interpolate.
https://issues.apache.org/jira/browse/MNG-8081