mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dname="My-name" -DtableSuffix="My-tableSuffix" -DarchetypeGroupId="org.wildfly.archetype" -DarchetypeArtifactId="wildfly-html5-mobile-blank-archetype" -DarchetypeVersion="8.2.0.Final" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdorg.wildfly.archetype |
ArtifactId | ArtifactIdwildfly-html5-mobile-blank-archetype |
Version | Version8.2.0.Final |
Type | Typemaven-archetype |
Description |
DescriptionJava EE 7 HTML5 Mobile Web Application
An archetype that generates a Java EE 7 application using HTML5, and JAX-RS to support both desktop and mobile web browsers
|
Project URL |
Project URL |
Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.wildfly.archetype -DarchetypeArtifactId=wildfly-html5-mobile-blank-archetype -DarchetypeVersion=8.2.0.Final -DinteractiveMode=false