Create Java project with Maven archetype gwt-material-errai-archetype

A GWT Material Errai Archetype that provides easy creation of gwt-material projects with Errai Framework

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.gwtmaterialdesign"   -DarchetypeArtifactId="gwt-material-errai-archetype"   -DarchetypeVersion="1.0-rc1"   -DinteractiveMode=false 

Details about maven archetype gwt-material-errai-archetype

GroupId

GroupId

com.github.gwtmaterialdesign
ArtifactId

ArtifactId

gwt-material-errai-archetype
Version

Version

1.0-rc1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.gwtmaterialdesign -DarchetypeArtifactId=gwt-material-errai-archetype -DarchetypeVersion=1.0-rc1 -DinteractiveMode=false