AEM as a cloud service project Cloud Manager update | Community
Skip to main content
rsl_lucky
New Participant
October 26, 2023
Solved

AEM as a cloud service project Cloud Manager update

  • October 26, 2023
  • 2 replies
  • 800 views

Hi all,

Created project with maven command for AEMaaCS.

"mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=44 -D aemVersion=cloud -D appTitle="My Site" -D appId="mysite" -D groupId="com.mysite" -D includeExamples=n -D includeDispatcherConfig=n"

Do we have to specify or update any mandatory or other details in pom files to get it deployed using Cloud Manager deployment.

Please share your inputs where in which exact files update is required.

 Thanks in Advance.

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

Ahh sorry, it was a typo correct, it is without dispatcher.

No, you can deployed archetype generated project and just update the core component version and aem-sdk version i parent pom properties to match with your cloud instance

2 replies

arunpatidar
New Participant
October 26, 2023

Hi @rsl_lucky 
It will work without dispatcher module as well. I had deployed many small POC projects on cloud without dispatcher module.

Arun Patidar
rsl_lucky
rsl_luckyAuthor
New Participant
October 26, 2023

Thanks @arunpatidar for your inputs.

Just for confirmation above in your reply, is it 'with' or 'without' dispatcher module.

Also, do we have to specify any mandatory details in pom to get it deployed using Cloud Manager pipeline with out issues.

arunpatidar
arunpatidarAccepted solution
New Participant
October 26, 2023

Ahh sorry, it was a typo correct, it is without dispatcher.

No, you can deployed archetype generated project and just update the core component version and aem-sdk version i parent pom properties to match with your cloud instance

Arun Patidar
aanchal-sikka
New Participant
October 26, 2023

@rsl_lucky 

 

Please try the Code Quality pipeline to validate the same.

I haven't tried by excluding Dispatcher configs.

Aanchal Sikka