Hi team,
I am trying to create aem project using below command
mvn -B archetype:generate -DarchetypeGroupId=com.adobe.granite.archetypes -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=23 -DaemVersion=6.5.0 -DappTitle="AemReact" -DappId="aemreact" -DgroupId="com.aemreact" -DfrontendModule="react"
and getting bellow error
Archetype not found in any catalog. Falling back to central repository
maven - Apache Maven 3.6.3
I have added settings.xml as mentioned here .
Am i missing something ?
Solved! Go to Solution.
Views
Replies
Total Likes
Try with below
mvn archetype:generate -D archetypeGroupId=com.adobe.granite.archetypes -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=23 -D aemVersion=cloud -D appTitle="AEM Lab - SPA" -D appId="aemlab-spa" -D groupId="com.community.spa.aemlab" -D frontendModule=react -D includeExamples=n
Try with below
mvn archetype:generate -D archetypeGroupId=com.adobe.granite.archetypes -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=23 -D aemVersion=cloud -D appTitle="AEM Lab - SPA" -D appId="aemlab-spa" -D groupId="com.community.spa.aemlab" -D frontendModule=react -D includeExamples=n
Views
Replies
Total Likes