Hello Community Members,
I am trying to generate a project from archetype 13, but getting below error
The desired archetype does not exist (com.adobe.granite.archetypes:aem-project-archetype:13)
on further analysis, I found that it tries to download aem-project-archetype-13.jar, which doesn't exist at below location :
https://repo.maven.apache.org/maven2/com/adobe/granite/archetypes/aem-project-archetype/13/
--- maven-archetype-plugin:3.2.1:generate (default-cli) @ standalone-pom ---
[INFO] Generating project in Interactive mode
[INFO] Archetype repository not defined. Using the one from [com.adobe.granite.archetypes:aem-project-archetype:23] found in catalog remote
Downloading from central: https://repo.maven.apache.org/maven2/com/adobe/granite/archetypes/aem-project-archetype/23/aem-proje...
Downloaded from central: https://repo.maven.apache.org/maven2/com/adobe/granite/archetypes/aem-project-archetype/23/aem-proje... (6.2 kB at 16 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/adobe/granite/archetypes/aem-project-archetype/23/aem-project-archetype-23.jar
where in I am able to generate a project successfully with archetype 36, which has jar at this location:
https://repo.maven.apache.org/maven2/com/adobe/aem/aem-project-archetype/36/
Can anyone help me how can I generate a project with archetype 13 or 23 ?
Thanks in advance.
PS: I have a requirement of generating project from old archetype.