Hi, I'm trying to set a 'dynamic' property in the slingstart model, based on sling.home:
[variables]
mpx.repository.home=${sling.home}/repository
The idea is to allow the user to redefine it at runtime via system
properties:
java -jar ... -Dmpx.repository.home=/some/place
Is this possible using slingstart? If not, what solutions do I have to
enable this kind of usage?
Thanks,
Robert
