How can I deploy only frontend module into AEM
Hi Folks,
I want to take only frontend module build and deploy to local AEM server.
I have both ui.frontend and ui.apps modules.
Thanks
Ganesh
+91-9380201140
Hi Folks,
I want to take only frontend module build and deploy to local AEM server.
I have both ui.frontend and ui.apps modules.
Thanks
Ganesh
+91-9380201140
Hi @aem-enthu27 ,
First of all, navigate to your targeted bundle and open your terminal/cmd. Now run the below command.
mvn clean install -PautoInstallBundle
So basically it will deploy your bundle instead of the complete project package.
But if you are using nodeJs then you can simply use npm run dev command to sync your changes. For a detailed understanding please refer this blog.
Thanks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.