Solved
Is it possible to set ACL on a path inside our custom maven AEM project? if yes how?
my co-worker created what supposedly is an editable template. (I have no experience with editable templates before so I'm taking their word on face value).
As part of the changes with their editable template, this file/folder was included (/conf/myapp/settings/wcm/template-types/empty-special-page).
The problem is that our authors require read access to that path before they can publish pages based on the editable template. I can easily setup the access to that path but every time we do a release, the ACL changes keeps getting overwritten.
I'm hoping it's hoping to setup the ACL on that path inside my custom maven project.
Thanks!