mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DclientPrettyName="My-clientPrettyName" -DarchetypeGroupId="com.icfolson.aem" -DarchetypeArtifactId="aem-maven-archetype" -DarchetypeVersion="3.0.0" -DinteractiveMode=false
GroupId | GroupIdcom.icfolson.aem |
---|---|
ArtifactId | ArtifactIdaem-maven-archetype |
Version | Version3.0.0 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.icfolson.aem -DarchetypeArtifactId=aem-maven-archetype -DarchetypeVersion=3.0.0 -DinteractiveMode=false