mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="eu.europa.ec.itb"    -DarchetypeArtifactId="template-messaging-service"    -DarchetypeVersion="1.16.1"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdeu.europa.ec.itb | 
| ArtifactId | ArtifactIdtemplate-messaging-service | 
| Version | Version1.16.1 | 
| Type | Typemaven-archetype | 
| Description | Descriptioneu.europa.ec.itb:template-messaging-service Maven archetype for the generation of a GITB-compliant messaging service. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=eu.europa.ec.itb -DarchetypeArtifactId=template-messaging-service -DarchetypeVersion=1.16.1 -DinteractiveMode=false