Skip to content

Instantly share code, notes, and snippets.

@sridharjayakumar
Last active February 9, 2018 01:34
Show Gist options
  • Select an option

  • Save sridharjayakumar/68840e665690bb3a7346 to your computer and use it in GitHub Desktop.

Select an option

Save sridharjayakumar/68840e665690bb3a7346 to your computer and use it in GitHub Desktop.
Maven archetype for AEM 6.1
mvn archetype:generate \
-DarchetypeGroupId=com.adobe.granite.archetypes \
-DarchetypeArtifactId=aem-project-archetype \
-DarchetypeVersion=10 \
-DarchetypeRepository=https://repo.adobe.com/nexus/content/groups/public/ \
-Dversion=1.0.0-SNAPSHOT \
-Dpackage=com.adobe.sandbox \
-DappsFolderName=sandbox \
-DartifactName=sandbox \
-DcomponentGroupName=.hidden \
-DcontentFolderName=sandbox \
-DcssId=sandboxId \
-DpackageGroup=adobe \
-DsiteName=sandbox \
-DartifactId=sandbox \
-DgroupId=com.adobe \
-Ddescription=Sandbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment