mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -Dname="My-name"    -DtableSuffix="My-tableSuffix"    -DarchetypeGroupId="org.jboss.archetype.wfk"    -DarchetypeArtifactId="jboss-html5-mobile-archetype"    -DarchetypeVersion="2.7.0.Final"    -DinteractiveMode=false  
            | License | 
                License
                                                        Public Domain                                                 
                             | 
        
|---|---|
| GroupId | GroupIdorg.jboss.archetype.wfk | 
    
| ArtifactId | ArtifactIdjboss-html5-mobile-archetype | 
    
| Version | Version2.7.0.Final | 
        
| Type | Typemaven-archetype | 
    
| Description | 
            DescriptionJava EE 6 HTML5 Mobile Web Application 
            An archetype that generates a Java EE 6 application using HTML5, and JAX-RS to support both desktop and mobile web browsers 
         | 
    
| Project Organization | 
                    Project Organization | 
            
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jboss.archetype.wfk -DarchetypeArtifactId=jboss-html5-mobile-archetype -DarchetypeVersion=2.7.0.Final -DinteractiveMode=false