I want to replace the repoinit script in the AEM instance each and every time of the deployment.
I've created a repo-init script in my code base and I saw that it will be adding or modifying the changes in the instance while deployment but I removed some lines from the script and it's not reflected there. Is it possible to replace the entire repoinit script with new rules? Is there any filter mode( <filter mode="replace" />) option available?
Hopefully, someone can give me some suggestions. thanks
Thanks