mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DMyServiceName="My-MyServiceName"    -DProjectId="My-ProjectId"    -DarchetypeGroupId="biz.turnonline.ecosystem"    -DarchetypeArtifactId="turnonline-ecosystem-microservice-archetype"    -DarchetypeVersion="1.3"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdbiz.turnonline.ecosystem | 
| ArtifactId | ArtifactIdturnonline-ecosystem-microservice-archetype | 
| Version | Version1.3 | 
| Type | Typemaven-archetype | 
| Description | DescriptionTurnOnline.biz Ecosystem Microservice Archetype TurnOnline.biz Ecosystem: Serverless Microservice Archetype | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=biz.turnonline.ecosystem -DarchetypeArtifactId=turnonline-ecosystem-microservice-archetype -DarchetypeVersion=1.3 -DinteractiveMode=false