I have foundation-project ( AEM project with bundle, components modules). foundation-project is added as <dependency> in the pom file of CompanyProject.
When I do autoInstallPackage on CompanyProject, I would like to have foundation-project bundle, components deployed to local AEM instance.
How to achieve this using Maven?
acs-aem-commons project .zip file uploaded to package manager when I do my project build, in the similar way, I would like to have foundation project zip file to be uploaded to package manager and bundle also gets deployed to admin console.
Thanks,
Sri