mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="com.github.venkatramanm.swf-all"    -DarchetypeArtifactId="swf-archetype"    -DarchetypeVersion="1.0"    -DinteractiveMode=false  | GroupId | GroupIdcom.github.venkatramanm.swf-all | 
|---|---|
| ArtifactId | ArtifactIdswf-archetype | 
| Version | Version1.0 | 
| Type | Typemaven-archetype | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.venkatramanm.swf-all -DarchetypeArtifactId=swf-archetype -DarchetypeVersion=1.0 -DinteractiveMode=false