Adobe-Marketing-Cloud / aem-sample-we-retail

🚫 We.Retail has been archived, see instead the WKND Guide:
https://github.com/adobe/aem-guides-wknd
Apache License 2.0
123 stars 141 forks source link

autoInstallPackage does not deploy bundle #146

Closed joaotab closed 6 years ago

joaotab commented 6 years ago

Running mvn clean install -PautoInstallPackage on a clean AEM 6.3 instance (nosamplecontent) doesn't seem to deploy the core bundle.

Is this expected behaviour i.e. to run -PautoInstallBundle separately?

vladbailescu commented 6 years ago

You can either install everything using mvn clean install -PautoInstallSinglePackage or you can install the bundle and content package separately. These options are documented at https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail#how-to-build

joaotab commented 6 years ago

Thank you for clarifying!

It is a bit confusing coming from the Adobe maven archetype where autoInstallPackage installs both the ui.apps package and the core bundle. Also the doc states "you can build and package the whole project and deploy into AEM with [...] -PautoInstallPackage" which is misleading.

In any case, if it's the expected behaviour, I'll close it.