Create Java project with Maven archetype gquery-archetype

This archetype generates a Gwt-2.2.0 project with all set to use GwtQuery and its plugins

Create a Java Project by archetype gquery-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.googlecode.gwtquery"   -DarchetypeArtifactId="gquery-archetype"   -DarchetypeVersion="1.1.0"   -DinteractiveMode=false 

Details about maven archetype gquery-archetype

GroupId

GroupId

com.googlecode.gwtquery
ArtifactId

ArtifactId

gquery-archetype
Version

Version

1.1.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.googlecode.gwtquery -DarchetypeArtifactId=gquery-archetype -DarchetypeVersion=1.1.0 -DinteractiveMode=false