Skip to content

Instantly share code, notes, and snippets.

@edwardbeckett
Created June 1, 2015 16:00
Show Gist options
  • Save edwardbeckett/5f0d3dc5b658dfd25035 to your computer and use it in GitHub Desktop.
Save edwardbeckett/5f0d3dc5b658dfd25035 to your computer and use it in GitHub Desktop.
Adobe AEM MultiModule Archetype
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=my-group-id \
-DartifactId=myproject \
-Dversion=1.0-SNAPSHOT \
-Dpackage=com.mycompany.myproject \
-DappsFolderName=myproject \
-DartifactName="My Project" \
-DcqVersion="5.6.1" \
-DpackageGroup="My Company"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment