mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="org.nakedobjects.plugins"    -DarchetypeArtifactId="hibernate-support"    -DarchetypeVersion="1.0-alpha-2"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdorg.nakedobjects.plugins | 
| ArtifactId | ArtifactIdhibernate-support | 
| Version | Version1.0-alpha-2 | 
| Type | Typemaven-archetype | 
| Description | DescriptionHibernate Support (Archetype) | 
| Project Organization | Project Organization | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.nakedobjects.plugins -DarchetypeArtifactId=hibernate-support -DarchetypeVersion=1.0-alpha-2 -DinteractiveMode=false