Create Java project with Maven archetype gquery-plugin-archetype

This archetype generates a maven/eclipse project with all set for creating a new GwtQuery Plugin

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -Dpackage="My-package"   -DpackageInPathFormat="My-packageInPathFormat"   -Dversion="My-version"   -DpluginName="My-pluginName"   -DarchetypeGroupId="com.googlecode.gwtquery"   -DarchetypeArtifactId="gquery-plugin-archetype"   -DarchetypeVersion="0.5"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
package
validationRegex: none
packageInPathFormat
validationRegex: none
version
validationRegex: none
pluginName
validationRegex: none

Generated Project modules

  • plugin
  • sample

Details about maven archetype gquery-plugin-archetype

GroupId

GroupId

com.googlecode.gwtquery
ArtifactId

ArtifactId

gquery-plugin-archetype
Version

Version

0.5
Type

Type

maven-archetype
Description

Description

GwtQuery Plugins archetype
This archetype generates a maven/eclipse project with all set for creating a new GwtQuery Plugin
Source Code Management

Source Code Management

http://code.google.com/p/gwtquery-plugins/source/browse/tags/gquery-plugin-archetype-0.5

How to add to project

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