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

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

Create a Java Project by archetype wildfly-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.wildfly.archetype"   -DarchetypeArtifactId="wildfly-html5-mobile-archetype"   -DarchetypeVersion="8.2.0.Final"   -DinteractiveMode=false 

Required parameters for generate java project:

name
validationRegex: none
tableSuffix
validationRegex: none

Details about maven archetype wildfly-html5-mobile-archetype

License

License

GroupId

GroupId

org.wildfly.archetype
ArtifactId

ArtifactId

wildfly-html5-mobile-archetype
Version

Version

8.2.0.Final
Type

Type

maven-archetype
Description

Description

Java 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

http://www.wildfly.org/
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.wildfly.archetype -DarchetypeArtifactId=wildfly-html5-mobile-archetype -DarchetypeVersion=8.2.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.