AEM as a cloud service project setup
Hello, can you please explain what is the best way to create a local AEM project for AEM as a cloud service?
Hello, can you please explain what is the best way to create a local AEM project for AEM as a cloud service?
hi @sue1976 ,
Please refer to this link: https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/overview.html?lang=en
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" \
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.