Last active
August 29, 2015 14:24
-
-
Save nagpal/52ac618c619dde337dc7 to your computer and use it in GitHub Desktop.
Create a AEM 6.1 project from aem-project-archetype
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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