adobe / adobe/aem-project-archetype
Archetype 23 does not exist when trying to create AEM project for version 6.5.0
- Dominant language
- JavaScript
- Stars
- 596
- Forks
- 431
- Avg merge
- 10d 6h
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
Research direction
Start with VERSIONS.md and reproduce the supplied Maven archetype:generate command for AEM 6.5.0, checking whether version 23 is actually published and available. Done means the documented version and the command agree, so the AEM 6.5.0 project can be generated successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100