Create Java project with Maven archetype gquery-archetype

This archetype generates a GWT 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"   -DprojectName="My-projectName"   -Dversion="My-version"   -DarchetypeGroupId="com.googlecode.gwtquery"   -DarchetypeArtifactId="gquery-archetype"   -DarchetypeVersion="1.5-beta4"   -DinteractiveMode=false 

Required parameters for generate java project:

projectName
validationRegex: none
version
validationRegex: none

Details about maven archetype gquery-archetype

GroupId

GroupId

com.googlecode.gwtquery
ArtifactId

ArtifactId

gquery-archetype
Version

Version

1.5-beta4
Type

Type

maven-archetype
Description

Description

GwtQuery Archetype
This archetype generates a GWT project with all set to use GwtQuery and its plugins.
Source Code Management

Source Code Management

http://code.google.com/p/gwtquery/source/browse/

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.googlecode.gwtquery -DarchetypeArtifactId=gquery-archetype -DarchetypeVersion=1.5-beta4 -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.