adobe / aem-guides-wknd

Tutorial Code companion for Getting Started Developing with AEM Sites WKND Tutorial
https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html
MIT License
285 stars 560 forks source link

Error while creating AEM project using maven archetype 39 #391

Closed goyalkritika closed 1 year ago

goyalkritika commented 1 year ago

I'm using the below command - mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=39 -D aemVersion=cloud -D appTitle="CBDT" -D appId="cbdt" -D groupId="com.cbdt" -D frontendModule=general -D includeExamples=n

Error I'm getting - Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate (default-cli) on project standalone-pom:

JDK version 11.0.2 Maven version 3.8.7

SachinMali commented 1 year ago

Please cross-verify your command and options by comparing them with AEM Project Archetype::Usage

goyalkritika commented 1 year ago

I've cross checked, everything looks fine. Still the error is there. Can you share any other criteria that I can cross check?