Archetype project created with version above 23 is including a common filter for '/apps/sling'. If an AEM instance already has a project which has customisations in 'apps/sling' folder, any new project with this common filter when deployed to the same instance is overriding the existing changes.
The issue here is why does a common path like '/apps/sling' is being included in filter.xml. As every path present in filter.xml must be corresponding to the project folder. This is causing issues and every time when we create a new its necessary for us to delete this entry from filter.xml.
Any alternative workaround suggested would be helpful.