Create Java project with Maven archetype jboss-html5-mobile-archetype

An archetype that generates a Java EE 6 application using HTML5, and JAX-RS to support both desktop and mobile web browsers

Create a Java Project by archetype jboss-html5-mobile-archetype with Command Line:

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 

Required parameters for generate java project:

name
validationRegex: none
tableSuffix
validationRegex: none

Details about maven archetype jboss-html5-mobile-archetype

License

License

Public Domain
GroupId

GroupId

org.jboss.archetype.wfk
ArtifactId

ArtifactId

jboss-html5-mobile-archetype
Version

Version

2.7.0.Final
Type

Type

maven-archetype
Description

Description

Java 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

JBoss by Red Hat

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.