HI All,
Just little confusion about dispatcher modules in AEMasacloudservice?
why Adobe Brought dispatcher and dispatcher.cloud?
Solved! Go to Solution.
hi @Apmag ,
When you use latest archetype to generate the project, you will not see "dispatcher.cloud" module. The issue looks like there is a conflict between the archetype version which is resulting in having this folder. The latest archetype is "35".
Check this link:
https://github.com/adobe/aem-project-archetype/issues/400
Try clearing up your .m2 folder and then try to create a project using below command:
mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=35 -D appTitle="My Site" -D appId="mysite" -D groupId="com.mysite" -D aemVersion="cloud"
Reference Link: https://github.com/adobe/aem-project-archetype
hi @Apmag ,
When you use latest archetype to generate the project, you will not see "dispatcher.cloud" module. The issue looks like there is a conflict between the archetype version which is resulting in having this folder. The latest archetype is "35".
Check this link:
https://github.com/adobe/aem-project-archetype/issues/400
Try clearing up your .m2 folder and then try to create a project using below command:
mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=35 -D appTitle="My Site" -D appId="mysite" -D groupId="com.mysite" -D aemVersion="cloud"
Reference Link: https://github.com/adobe/aem-project-archetype
Thank you for your clarification.
Views
Likes
Replies