Create Java project with Maven archetype gwt-webappcreator-archetype

GWT project based on webappcreator demo template

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DprojectName="My-projectName"   -Dversion="My-version"   -DarchetypeGroupId="com.github.manolo"   -DarchetypeArtifactId="gwt-webappcreator-archetype"   -DarchetypeVersion="1.0.0-alpha1"   -DinteractiveMode=false 

Required parameters for generate java project:

projectName
validationRegex: none
version
validationRegex: none

Details about maven archetype gwt-webappcreator-archetype

GroupId

GroupId

com.github.manolo
ArtifactId

ArtifactId

gwt-webappcreator-archetype
Version

Version

1.0.0-alpha1
Type

Type

maven-archetype
Description

Description

GWT PWA Archetype
GWT project based on webappcreator demo template

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.manolo -DarchetypeArtifactId=gwt-webappcreator-archetype -DarchetypeVersion=1.0.0-alpha1 -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.