Skip to content

Instantly share code, notes, and snippets.

View gabrielwalt's full-sized avatar

Gabriel Walt gabrielwalt

View GitHub Profile
@auniverseaway
auniverseaway / gist:21800b9a7848b2bf880c
Last active February 6, 2019 01:36
Maven AEM Archetype 10 install command

Adobe's docs aren't quite updated to reflect the changes in the archetype. You can get the new hotness by using this command:

mvn archetype:generate \
-DarchetypeRepository=https://repo.adobe.com/nexus/content/groups/public/ \
-DarchetypeGroupId=com.adobe.granite.archetypes \
-DarchetypeArtifactId=aem-project-archetype \
-DarchetypeVersion=10 \
-DgroupId=my-group-id \
-DartifactId=myproject \

-Dversion=1.0-SNAPSHOT \