mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="io.github.hantsy"    -DarchetypeArtifactId="maven-archetype-jakartaee9"    -DarchetypeVersion="1.2"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdio.github.hantsy | 
| ArtifactId | ArtifactIdmaven-archetype-jakartaee9 | 
| Version | Version1.2 | 
| Type | Typemaven-archetype | 
| Description | Descriptionmaven-archetype-jakartaee9 Archetype - Maven archetype for Jakarta EE 9 | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.hantsy -DarchetypeArtifactId=maven-archetype-jakartaee9 -DarchetypeVersion=1.2 -DinteractiveMode=false