mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeVersion="My-archetypeVersion"    -Dpackage="My-package"    -DarchetypeGroupId="com.github.venkatramanm.swf-all"    -DarchetypeArtifactId="swf-archetype"    -DarchetypeVersion="2.11"    -DinteractiveMode=false  | License | License
                                                        MIT                                                 | 
|---|---|
| GroupId | GroupIdcom.github.venkatramanm.swf-all | 
| ArtifactId | ArtifactIdswf-archetype | 
| Version | Version2.11 | 
| Type | Typemaven-archetype | 
| Description | Descriptioncom.github.venkatramanm.swf-all:swf-archetype Archetype to create apps using SWF | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.venkatramanm.swf-all -DarchetypeArtifactId=swf-archetype -DarchetypeVersion=2.11 -DinteractiveMode=false