Download process of aem-guides-wknd
Hi all,
I am downloading aem-guides-wknd with the 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=39 \
-D appTitle="WKND Sites Project" \
-D appId="wknd" \
-D groupId="com.adobe.aem.guides" \
-D artifactId="aem-guides-wknd" \
-D package="com.adobe.aem.guides.wknd" \
-D version="0.0.1-SNAPSHOT" \
-D aemVersion="6.5"
Where is AEM Archetype coming in to picture here?
Do I have to download AEM Archetype first and run the above command for WKND Sites Project?
Or the above command for WKND Sites Project internally contains AEM Archetype and so no need to download AEM Archetype separately?
Also What does -D archetypeVersion=39 in the above command indicate?
Appreciate all your replies.
Thanks,
RK.