> I'm agree with you but I would like to avoid manual operations from > the console in some conditions. In my case, I have to build a custom > sling war and give it to a production team who don't want to use the > console to install correctly the application. In such case, it should > be nice to have a way to override some component properties when > building a custom sling app.
Maybe you can make use of Apache Felix File Install [1] (but i´m not sure about this). Just a hint: * Add "felix.fileinstall" properties to Sling.properties file * Add your com.acme.xyz.cfg files to the monitored directory (where com.acme.xyz is the managed service pid) Please, report me back if this approach works and is suitable for your requirements. BR, Juanjo. [1] http://felix.apache.org/site/apache-felix-file-install.html
