(AEM 6.3) clientlib below etc/designs/my-site not getting deleted
I have a clientlib "touch-ui-multifield" with category "cq.authoring.dialgo" at etc/designs/my-site.
entry in filter.xml "
<filter root="/etc/designs/my-site"/>
I deleted touch-ui-multifield from code base and filter.xml has entry for "etc/designs/my-site" ,
mvn autoInstallPackage generated zip file that does not have deleted client lib folder.
After deploying the code, I still see the touch-ui-multifield in crx/de etc/designs/my-site , not getting deleted.
Any ideas on this. It is weird that , if i create a new client lib , deploy it and delete it ... changes reflecting onto crx/de properly but for this specific "touch-ui-multifield" (cq.authoring.dialog is the category) folder not getting deleted.
I am going to open a adobe ticket for this. If anyone has any idea, please share it.
Thanks.