mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="systems.manifold"    -DarchetypeArtifactId="archetype"    -DarchetypeVersion="0.5-alpha-test-2"    -DinteractiveMode=false  | GroupId | GroupIdsystems.manifold | 
|---|---|
| ArtifactId | ArtifactIdarchetype | 
| Version | Version0.5-alpha-test-2 | 
| Type | Typemaven-archetype | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=systems.manifold -DarchetypeArtifactId=archetype -DarchetypeVersion=0.5-alpha-test-2 -DinteractiveMode=false