Create Java project with Maven archetype angulargwt-app-archetype

Archetype for Webapps using AngularGWT incl. example controller and scope

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DappName="My-appName"   -DarchetypeGroupId="com.github.h0ru5.gwt"   -DarchetypeArtifactId="angulargwt-app-archetype"   -DarchetypeVersion="1.1.2"   -DinteractiveMode=false 

Required parameters for generate java project:

appName
validationRegex: none

Details about maven archetype angulargwt-app-archetype

GroupId

GroupId

com.github.h0ru5.gwt
ArtifactId

ArtifactId

angulargwt-app-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-app-archetype -DarchetypeVersion=1.1.2 -DinteractiveMode=false