Create Java project with Maven archetype gae-archetype-gwt

Archetype for creating maven-gae projects that uses GWT for the view

Create a Java Project by archetype gae-archetype-gwt with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DartifactId="My-artifactId"   -DgroupId="My-groupId"   -Dpackage="My-package"   -DgaeVersion="My-gaeVersion"   -DgwtVersion="My-gwtVersion"   -DgaePluginVersion="My-gaePluginVersion"   -DgaeApplicationName="My-gaeApplicationName"   -DgaeApplicationVersion="My-gaeApplicationVersion"   -DarchetypeGroupId="net.kindleit"   -DarchetypeArtifactId="gae-archetype-gwt"   -DarchetypeVersion="0.9.6"   -DinteractiveMode=false 

Required parameters for generate java project:

artifactId
validationRegex: none
groupId
validationRegex: none
package
validationRegex: none
gaeVersion
validationRegex: none
gwtVersion
validationRegex: none
gaePluginVersion
validationRegex: none
gaeApplicationName
validationRegex: none
gaeApplicationVersion
validationRegex: none

Details about maven archetype gae-archetype-gwt

License

License

GroupId

GroupId

net.kindleit
ArtifactId

ArtifactId

gae-archetype-gwt
Version

Version

0.9.6
Type

Type

maven-archetype
Description

Description

Archetype - GAE-GWT
Archetype for creating maven-gae projects that uses GWT for the view
Project Organization

Project Organization

KindleIT

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.kindleit -DarchetypeArtifactId=gae-archetype-gwt -DarchetypeVersion=0.9.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.