Hi Experts,
We have created maven archetype13 project via eclipse and deploying on AEM6.4. When deploying via eclipse then services are not getting deployed. However via command prompt it is getting deployed.
Any idea why it is not getting deployed via eclipse? Is it know issue or we are missing anything?
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Did you added profile in eclipse install command.
If not then you can do this by Run configuration
Views
Replies
Total Likes
Hi,
Can you please share the maven command which you are using to install package(deploy service) from Eclipse and CLI?
Are you able to deploy other things like components using from eclipse?
Views
Replies
Total Likes
Yes Arun. on command prompt we are using below command:
mvn clean install -PautoInstallPackage then it is deploying the bundle correctly
And via eclipse we are using the option run->maven install then it is adding the bundle but services are not not deploying.
Thanks
Views
Replies
Total Likes
Hi,
Did you added profile in eclipse install command.
If not then you can do this by Run configuration
Views
Replies
Total Likes
See this tutorial - make sure you are following all steps to deploy -- Getting Started with AEM Sites - WKND Tutorial
Views
Replies
Total Likes
Ah, it works. Thanks Arun and Scott.
Views
Replies
Total Likes
Views
Likes
Replies