I want to prevent few properties from replicating in LiveCopy. I have followed the below documentation http://docs.adobe.com/docs/en/cq/current/administering/multi_site_manager.html#Excluding Properties and Node Types From Synchronization .
But since I need to create a OSGI node in my project structure I followed the following link http://docs.adobe.com/docs/en/cq/current/deploying/configuring_osgi.html#OSGi Configuration in the Repository
Steps Followed
- Created node with name com.day.cq.wcm.msm.impl.actions.ContentUpdateActionFactory under config node in apps/myproject
- Added the property cq.wcm.msm.action.excludedprops and value "propertyname" to be excluded
But the properties are not updating in system/console/configMgr. Still the property is getting copied on roll out
Any pointer on where I am making mistake
Thanks In advance
Veena