Create Java project with Maven archetype jsf-jqmobile-archetype

JSF 2 and JQuery Mobile basic web archetype.

Create a Java Project by archetype jsf-jqmobile-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.thejeearchitectcookbook"   -DarchetypeArtifactId="jsf-jqmobile-archetype"   -DarchetypeVersion="1.5"   -DinteractiveMode=false 

Details about maven archetype jsf-jqmobile-archetype

GroupId

GroupId

net.thejeearchitectcookbook
ArtifactId

ArtifactId

jsf-jqmobile-archetype
Version

Version

1.5
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.thejeearchitectcookbook -DarchetypeArtifactId=jsf-jqmobile-archetype -DarchetypeVersion=1.5 -DinteractiveMode=false