Service deployment issue via eclipse | Community
Skip to main content
August 12, 2018
Solved

Service deployment issue via eclipse

  • August 12, 2018
  • 5 replies
  • 1619 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

Did you added profile in eclipse install command.

If not then you can do this by Run configuration

5 replies

arunpatidar
Community Advisor
Community Advisor
August 13, 2018

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?

Arun Patidar
August 13, 2018

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

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
August 13, 2018

Hi,

Did you added profile in eclipse install command.

If not then you can do this by Run configuration

Arun Patidar
smacdonald2008
Level 10
August 13, 2018

See this tutorial - make sure you are following all steps to deploy -- Getting Started with AEM Sites - WKND Tutorial

August 14, 2018

Ah, it works. Thanks Arun and Scott.