AEM Project Build & Deploy MVN Command Difference
Hi Team
Can you please help difference between these maven commands for build & deploy the AEM Project.
1) What is exactly doing when we run the profile adobe-public & when we need to use this command or adobe-public profile?
mvn clean install -Padobe-public
2) what is difference between profilesautoInstallSinglePackage(all/pom.xml) vs autoInstallPackage(root/pom.xml) ?
mvn clean install -PautoInstallSinglePackage vs mvn clean install -PautoInstallPackage
3) I am using below command to build and deploy each module level, but module (ex:ui-apps or ui-config)) level pom xml don't have this profile, How it's working & Is it right way to build & deploy each module using below command?
mvn clean install -PautoInstallPackage
Regards
Vara