mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -Dclass-name-prefix="My-class-name-prefix"    -Dproject-name="My-project-name"    -Dproject-description="My-project-description"    -Dcamunda-version="My-camunda-version"    -Darchetype-groupId="My-archetype-groupId"    -Darchetype-artifactId="My-archetype-artifactId"    -Darchetype-version="My-archetype-version"    -DarchetypeGroupId="org.camunda.bpm.archetype"    -DarchetypeArtifactId="camunda-archetype-engine-plugin"    -DarchetypeVersion="7.17.0"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdorg.camunda.bpm.archetype | 
| ArtifactId | ArtifactIdcamunda-archetype-engine-plugin | 
| Version | Version7.17.0 | 
| Type | Typemaven-archetype | 
| Description | DescriptionCamunda Platform Archetype: Process Engine Plugin (JAR) Process engine plugin for Camunda BPM.
          Contains: ProcessEnginePlugin, ParseListener, JUnit Test with in-memory engine, BPMN process for testing. | 
| Project Organization | Project Organization | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.camunda.bpm.archetype -DarchetypeArtifactId=camunda-archetype-engine-plugin -DarchetypeVersion=7.17.0 -DinteractiveMode=false