Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

AEM as a cloud service project setup

Avatar

Level 2

Hello, can you please explain what is the best way to create a local AEM project for AEM as a cloud service?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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" \

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

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" \