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.
Solved! Go to Solution.
Views
Replies
Total Likes
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
Please try the Code Quality pipeline to validate the same.
I haven't tried by excluding Dispatcher configs.
Hi @rsl_lucky
It will work without dispatcher module as well. I had deployed many small POC projects on cloud without dispatcher module.
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.
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
Thanks @arunpatidar for confirmation.
Views
Likes
Replies