Creating project using mvn archtype 23 issue
Hi Team,
I was trying tp create project using archetypeVersion=23 but getting error like below.

Let me know how to fix this
Hi Team,
I was trying tp create project using archetypeVersion=23 but getting error like below.

Let me know how to fix this
Its Fixed i have used below format of to create the Project
mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=26 -D appTitle="My Project" -D appId="myproject" -D groupId="com.myproject.aem" -D artifactId="myproject-aem-project" -D version="0.0.1-SNAPSHOT" -D aemVersion="6.5.4" -D includeDispatcherConfig=n -D includeExamples=n
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.