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"   -DarchetypeGroupId="org.jboss.spec.archetypes"   -DarchetypeArtifactId="jboss-html5-mobile-archetype"   -DarchetypeVersion="7.0.2.CR2"   -DinteractiveMode=false 

Required parameters for generate java project:

name
validationRegex: none
enterprise
validationRegex: none

Details about maven archetype jboss-html5-mobile-archetype

License

License

GroupId

GroupId

org.jboss.spec.archetypes
ArtifactId

ArtifactId

jboss-html5-mobile-archetype
Version

Version

7.0.2.CR2
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, a division of Red Hat, Inc.

How to add to project

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

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.