Hi, I've been looking into the feature model for the CMS App and investigating Robert's Feature Model implementation[1] of the Sling Starter.
One thing I can't get to work is variable interpolation inside the models. I was expecting that I could do the same thing currently in the Provisioning model for version variables, such as oak.version or slf4j.version, but when I attempted to set these variables the feature model, maven fails when resolving dependencies. I tried setting the replacePropertyVariables property in the execution as documented[2] but no change. Is this not possible or is there something I missed? [1] https://github.com/apache/sling-org-apache-sling-starter/tree/feature/SLING-9595 [2] https://github.com/apache/sling-slingfeature-maven-plugin
