How to deploy two codebase without overriding in AEM cloud?
I have a repo A which has /apps/abc and I also have one more repo B which is having /apps/xyz. When I deploy a repo A code using cloud manager pipeline and it deploys the code /apps/abc and then when I deploy repo B, it removes /apps/abc and deploy only /apps/xyz.
I checked the filter.xml and found that it does not have any mode so hence I added mode = merge but even after mode is merge it still overrides the others