mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DparentArtifactId="My-parentArtifactId"    -DdisplayName="My-displayName"    -DarchetypeGroupId="org.eclipse.scout.archetypes"    -DarchetypeArtifactId="scout-jaxws-module"    -DarchetypeVersion="22.0.15"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdorg.eclipse.scout.archetypes | 
| ArtifactId | ArtifactIdscout-jaxws-module | 
| Version | Version22.0.15 | 
| Type | Typemaven-archetype | 
| Description | DescriptionScout JaxWs Module Maven Archetype which creates an empty Scout JaxWs Module | 
| Project URL | Project URLhttps://eclipse.org/scout | 
| Project Organization | Project OrganizationEclipse Scout Project | 
| Source Code Management | Source Code Managementhttps://github.com/eclipse-scout/scout.rt.git | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.eclipse.scout.archetypes -DarchetypeArtifactId=scout-jaxws-module -DarchetypeVersion=22.0.15 -DinteractiveMode=false JarCasting
 JarCasting