AEM AIO RDE Package Deployment | Difference in size and filter
hi all,
i have an issue when deploying project to my local it is working fine.
but when i push the target jar of all module to rde using aio, there are few differences -
the size of the package in cli is much larger than the one deployed on rde instance.
the cli shows 5 mb of package being uploaded, while on rde the target zip for all module has size of 6.5 kb


the filter.xml has below paths defined -
<filter root="/apps/project-packages"/>
<filter root="/apps/project-vendor-packages"/>
but when we seeing the packmgr only /apps/project-vendor-packages is seen.
this is despite the fact that the target's zip file filter.xml has both paths
what can cause this filter.xml to be not installed as is present in the target zip?
