Skip to content

Instantly share code, notes, and snippets.

@nagpal
Last active August 29, 2015 14:24
Show Gist options
  • Select an option

  • Save nagpal/52ac618c619dde337dc7 to your computer and use it in GitHub Desktop.

Select an option

Save nagpal/52ac618c619dde337dc7 to your computer and use it in GitHub Desktop.
Create a AEM 6.1 project from aem-project-archetype
mvn -B archetype:generate \
-DarchetypeGroupId=com.adobe.granite.archetypes \
-DarchetypeArtifactId=aem-project-archetype \
-DarchetypeVersion=10 \
-DgroupId=com.nagpal \
-DartifactId=test-lab \
-Dversion=0.0.1-SNAPSHOT \
-Dpackage=com.nagpal.testlab \
-DartifactName="Test Lab Artifact" \
-DcomponentGroupName="Test Lab Component Group" \
-DappsFolderName=testlab \
-DcontentFolderName=testlab \
-DcssId=testlab \
-DpackageGroup="Test Lab Package Group" \
-DsiteName="Test Lab Site"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment