AEM 6.4 filter.xml | exclude pattern not working
Hi All,
Exclude pattern is not working in my local. Every time I deploy it overwrite the changes in OSGI console.
Sharing below filter.xml.
workspaceFilter version="1.0">
<filter root="/apps/test">
<include pattern="/apps/test(/.*)?" />
<exclude pattern="/apps/test/config/my.test.config.TestConfiguration" />
</filter>
</workspaceFilter>
Can someone advise if I am missing anything.
Thanks,
Pradeep