Hello, can you please explain what is the best way to create a local AEM project for AEM as a cloud service?
Solved! Go to Solution.
Views
Replies
Total Likes
hi @sue1976 ,
Please refer to this link: https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetyp...
There is detailed explanation to create project using the latest archetype.
Try this using command line:
mvn -B archetype: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" \
hi @sue1976 ,
Please refer to this link: https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetyp...
There is detailed explanation to create project using the latest archetype.
Try this using command line:
mvn -B archetype: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" \
Thanks @Anish-Sinha for quick response
Views
Likes
Replies