Hi ,
Could some one help with the archetype compatibility for the using the AEMaaCS?
Solved! Go to Solution.
Views
Replies
Total Likes
Use the following command to generate the maven project archtype for AEM as a cloud service
mvn -B archetype:generate \ -D archetypeGroupId=com.adobe.aem \ -D archetypeArtifactId=aem-project-archetype \ -D archetypeVersion=cloud \ -D appTitle="Sample Site" \ -D appId="sample-site" \ -D groupId="com.samplesite"
Views
Replies
Total Likes
Check your project has recommended structure for AEMaaCS or not. Check below link for AEMaaCS recommended strecture.
Views
Replies
Total Likes
Use the following command to generate the maven project archtype for AEM as a cloud service
mvn -B archetype:generate \ -D archetypeGroupId=com.adobe.aem \ -D archetypeArtifactId=aem-project-archetype \ -D archetypeVersion=cloud \ -D appTitle="Sample Site" \ -D appId="sample-site" \ -D groupId="com.samplesite"
AEM cloud service support is available in Archetype 23 onwards and the latest Archetype is 24.
To set up the project with latest archetype, you can refer here: https://github.com/adobe/aem-project-archetype
You would have to provide "aemVersion=cloud" in the mvn archetype:generate command. Refer the above link for all the other available properties.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies