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"   -Denterprise="My-enterprise"   -DtableSuffix="My-tableSuffix"   -Djboss-bom-enterprise-version="My-jboss-bom-enterprise-version"   -DarchetypeGroupId="org.jboss.aerogear.archetypes"   -DarchetypeArtifactId="jboss-html5-mobile-archetype"   -DarchetypeVersion="7.1.3.Final"   -DinteractiveMode=false 

Required parameters for generate java project:

name
validationRegex: none
enterprise
validationRegex: none
tableSuffix
validationRegex: none
jboss-bom-enterprise-version
validationRegex: none

Details about maven archetype jboss-html5-mobile-archetype

License

License

Public Domain
GroupId

GroupId

org.jboss.aerogear.archetypes
ArtifactId

ArtifactId

jboss-html5-mobile-archetype
Version

Version

7.1.3.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.aerogear.archetypes -DarchetypeArtifactId=jboss-html5-mobile-archetype -DarchetypeVersion=7.1.3.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.