Create Java project with Maven archetype angulargwt-module-archetype

Archetype for an AngularGwt Module with example service

Create a Java Project by archetype angulargwt-module-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DinjectedName="My-injectedName"   -DmoduleName="My-moduleName"   -DarchetypeGroupId="com.github.h0ru5.gwt"   -DarchetypeArtifactId="angulargwt-module-archetype"   -DarchetypeVersion="1.1.2"   -DinteractiveMode=false 

Required parameters for generate java project:

injectedName
validationRegex: none
moduleName
validationRegex: none

Details about maven archetype angulargwt-module-archetype

GroupId

GroupId

com.github.h0ru5.gwt
ArtifactId

ArtifactId

angulargwt-module-archetype
Version

Version

1.1.2
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.h0ru5.gwt -DarchetypeArtifactId=angulargwt-module-archetype -DarchetypeVersion=1.1.2 -DinteractiveMode=false