Unable to create archetype maven project
- December 2, 2015
- 12 replies
- 8760 views
Hi All,
I am newbie to AEM and following the steps of Creating an AEM project using Eclipse IDE.
Have configured Maven. But i couldn't able to create Adobe CQ archetype project.
I am executing the command,
" mvn archetype:generate -DarchetypeRepository=http://repo.adobe.com/nexus/content/groups/public/ -DarchetypeGroupId=com.day.jcr.vault -DarchetypeArtifactId=multimodule-content-package-archetype -DarchetypeVersion=1.0.2 -DgroupId=com.aem.community -DartifactId=echoproject -Dversion=1.0-SNAPSHOT -Dpackage=com.aem.community -DappsFolderName=myproject -DartifactName="My Project" -DcqVersion="5.6.1" -DpackageGroup="My Company" "
But, it is showing error as,
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:generate (default-cli) on project standalone-pom: The desired archetype does not exist (com.day.jcr.vault:multimodule-content-package-archetype:1.0.2) -> [Help 1]
Please help in fixing this issue.
Regards,
Maria Anto
