Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shahidsarwar-dev opened this issue Sep 21, 2023 · 0 comments

Comments

@shahidsarwar-dev
Copy link

shahidsarwar-dev commented Sep 21, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant