mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dname="My-name" -Denterprise="My-enterprise" -DarchetypeGroupId="org.jboss.spec.archetypes" -DarchetypeArtifactId="jboss-html5-mobile-archetype" -DarchetypeVersion="7.0.2.CR2" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdorg.jboss.spec.archetypes |
ArtifactId | ArtifactIdjboss-html5-mobile-archetype |
Version | Version7.0.2.CR2 |
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.spec.archetypes -DarchetypeArtifactId=jboss-html5-mobile-archetype -DarchetypeVersion=7.0.2.CR2 -DinteractiveMode=false