Open
Description
The current interpolation logic does not seem to support default values, i.e. ${primary.value:fallback}
, instead treating the entire primary.value:fallback
as the property key. This may be conflating resource filtering with actual maven property expressions, but I do still think the ability to have default values would be of value. Is there another way to achieve this currently?