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.0" -DinteractiveMode=false
| GroupId | GroupIdbiz.turnonline.ecosystem |
|---|---|
| ArtifactId | ArtifactIdturnonline-ecosystem-microservice-archetype |
| Version | Version1.0 |
| Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=biz.turnonline.ecosystem -DarchetypeArtifactId=turnonline-ecosystem-microservice-archetype -DarchetypeVersion=1.0 -DinteractiveMode=false