AEM 6.5 Project Archetype 23 is not working
Dear All,
I'm new in AEM and trying to learn through self learning. As per Adobe document for AEM 6.5.0 we can create new AEM site using Maven and it's adobe Archetype. I followed the same and use Archetype 23 to create New Maven base AEM CMS project. But my build is falling and getting below error.
Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate (default-cli) on project standalone-pom: The desired archetype does not exist (com.adobe.aem:aem-project-archetype:23).
Latest archetype like 41,40,30.... are for AEM 6.5.XX versions. Can I use these with 6.5? will I get any errors in future with the latest archetype with AEM 6.5.0.?
I had tried following mvn commands for the same but getting the same errors.
mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=23 -D aemVersion=6.5.0 -D appTitle="My Site" -D appId="mysite" -D groupId="com.mysite" -D frontendModule=none -D includeExamples=n -D includeDispatcherConfig=n -Padobe-public
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=23 -D appTitle="My Site" -D appId="mysite" -D groupId="com.mysite" -D aemVersion=6.5.0 -Padobe-public