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
Solved! Go to Solution.
Views
Replies
Total Likes
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
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
Thanks @MayurSatav for your reply
"mvn clean install -PautoInstallBundle " is for core module right?
npm run dev is not working.
I just commented other modules except ui.frontend and ui.apps from parent pom.
And ran "mvn clean install -PautoInstallPackage" it is working.
Hi,
mvn clean install -PautoInstallBundle is not only for core-bundle. I use it for ui.apps also.
Views
Likes
Replies
Views
Likes
Replies