mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DownerName="My-ownerName"    -Dyear="My-year"    -DarchetypeGroupId="info.tomfi.archetypes"    -DarchetypeArtifactId="java-advanced"    -DarchetypeVersion="1.0.7"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdinfo.tomfi.archetypes | 
| ArtifactId | ArtifactIdjava-advanced | 
| Version | Version1.0.7 | 
| Type | Typemaven-archetype | 
| Description | DescriptionTomfi Archetypes Java Advanced Java project ready for proffesionals.
    A plain Java project, includes unit tests, code coverage, mutation tests, and integration tests. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=info.tomfi.archetypes -DarchetypeArtifactId=java-advanced -DarchetypeVersion=1.0.7 -DinteractiveMode=false