mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DdeveloperId="My-developerId"    -DownerId="My-ownerId"    -DownerName="My-ownerName"    -Dyear="My-year"    -DarchetypeGroupId="info.tomfi.archetypes"    -DarchetypeArtifactId="java-full"    -DarchetypeVersion="1.0.7"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdinfo.tomfi.archetypes | 
| ArtifactId | ArtifactIdjava-full | 
| Version | Version1.0.7 | 
| Type | Typemaven-archetype | 
| Description | DescriptionTomfi Archetypes Java Full Java project ready for OSSRH deployments.
    A plain Java project, includes unit tests, code coverage, mutation tests, integration tests,
    packaging, signing, licensing, and deployment configuration. | 
| 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-full -DarchetypeVersion=1.0.7 -DinteractiveMode=false