We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
archetypeVersion=23 does not exist for trying to build aem 6.5.0 project using archetype:generate command
This should create an AEM project for 6.5.0
AEM does not build the project using archetype command
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
AEM 6.5.0 author
The desired archetype does not exist.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: