Archetype project for AEM SPA project
We were in need of an mvn archetype command for an AEM SPA project. We used the one present in the below link but getting an error saying “The desired project doesn’t exist <com.adobe.cq.spa.archetype:aem-spa-project-archetype:1.0.3-SNAPSHOT>” while exexuting a mvn archetype command for AEM SPA
The mvn command is present in the github link provided below:
Command:
$ mvn archetype:generate \ -DarchetypeCatalog=internal \ -DarchetypeGroupId=com.adobe.cq.spa.archetypes \ -DarchetypeArtifactId=aem-spa-project-archetype \ -DarchetypeVersion=1.0.3-SNAPSHOT \and $ mvn archetype:generate -B \ -DarchetypeCatalog=local \ -DarchetypeGroupId=com.adobe.cq.spa.archetypes \ -DarchetypeArtifactId=aem-spa-project-archetype \ -DarchetypeVersion=1.0.3-SNAPSHOT \ -Dpackage=<package> \ -DgroupId=<group-id> \ -DartifactId=<artifact-id> \ -Dversion=<version> \ -DprojectTitle="<project-title>" \ -DprojectName=<project-name> \ -DcomponentGroup=<component-group> \ -DoptionFrontend=reacthttps://github.com/adobe/aem-spa-project-archetype, any pointers?
