adobe / aem-project-archetype

Maven template to create best-practice websites on AEM.
https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/overview.html
Apache License 2.0
538 stars 412 forks source link

Archetype 23 does not exist when trying to create AEM project for version 6.5.0 #1137

Open shahidsarwar-dev opened 10 months ago

shahidsarwar-dev commented 10 months ago

archetypeVersion=23 does not exist for trying to build aem 6.5.0 project using archetype:generate command

Expected Behaviour

This should create an AEM project for 6.5.0

Actual Behaviour

AEM does not build the project using archetype command

Reproduce Scenario (including but not limited to)

On an AEM 6.5.0 installation run this command: mvn -B archetype:generate \ -D archetypeGroupId=com.adobe.granite.archetypes \ -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=general \ -D includeExamples=n

The archetypeVersion matches with the version listed for AEM 6.5.0: https://github.com/adobe/aem-project-archetype/blob/develop/VERSIONS.md

Platform and Version

AEM 6.5.0 author

Logs taken while reproducing problem


BUILD FAILURE

The desired archetype does not exist.