Create Java project with Maven archetype gwtp-appengine-guice-archetype

GWTP Appengine Guice application

Create a Java Project by archetype gwtp-appengine-guice-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DmoduleName="My-moduleName"   -Dgwtp-version="My-gwtp-version"   -DarchetypeGroupId="com.arcbees.archetypes"   -DarchetypeArtifactId="gwtp-appengine-guice-archetype"   -DarchetypeVersion="1.5.3"   -DinteractiveMode=false 

Required parameters for generate java project:

moduleName
validationRegex: none
gwtp-version
validationRegex: none

Details about maven archetype gwtp-appengine-guice-archetype

License

License

GroupId

GroupId

com.arcbees.archetypes
ArtifactId

ArtifactId

gwtp-appengine-guice-archetype
Version

Version

1.5.3
Type

Type

maven-archetype
Description

Description

gwtp-appengine-guice-archetype
GWTP Appengine Guice application
Project Organization

Project Organization

ArcBees

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.arcbees.archetypes -DarchetypeArtifactId=gwtp-appengine-guice-archetype -DarchetypeVersion=1.5.3 -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.