mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="io.kalix"    -DarchetypeArtifactId="kalix-maven-archetype-event-sourced-entity"    -DarchetypeVersion="1.0.3"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdio.kalix | 
| ArtifactId | ArtifactIdkalix-maven-archetype-event-sourced-entity | 
| Version | Version1.0.3 | 
| Type | Typemaven-archetype | 
| Description | DescriptionKalix Maven Archetype (Event Sourced entity) This archetype can be used to generate a project suitable for the general development of Kalix applications | 
| Project URL | Project URL | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.kalix -DarchetypeArtifactId=kalix-maven-archetype-event-sourced-entity -DarchetypeVersion=1.0.3 -DinteractiveMode=false