Hi All,
I'm trying to build a sample project using maven archetype,
mvn -B archetype:generate
-D archetypeGroupId=com.adobe.aem
-D archetypeArtifactId=aem-project-archetype
-D archetypeVersion=24
-D aemVersion=6.5.0
-D appTitle="My Site"
-D appId="mysite"
-D groupId="com.mysite"
-D frontendModule=general
-D includeExamples=n
but facing some error, as below
Even after deleting .m2 still facing the same problem.