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.6"   -DinteractiveMode=false 

Details about maven archetype jsf-jqmobile-archetype

License

License

GroupId

GroupId

net.thejeearchitectcookbook
ArtifactId

ArtifactId

jsf-jqmobile-archetype
Version

Version

1.6
Type

Type

maven-archetype
Description

Description

JSF JQuery Mobile Archetype
JSF 2 and JQuery Mobile basic web 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.6 -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.