mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="systems.manifold"    -DarchetypeArtifactId="archetype"    -DarchetypeVersion="0.5-alpha-test-3"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdsystems.manifold | 
| ArtifactId | ArtifactIdarchetype | 
| Version | Version0.5-alpha-test-3 | 
| Type | Typemaven-archetype | 
| Description | DescriptionManifold Archetype Archetype to demonstrate the structure of a basic project using Manifold. | 
| Project URL | Project URL | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=systems.manifold -DarchetypeArtifactId=archetype -DarchetypeVersion=0.5-alpha-test-3 -DinteractiveMode=false