Create Java project with Maven archetype geomajas-gwt-archetype

Geomajas GWT application archetype

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.geomajas"   -DarchetypeArtifactId="geomajas-gwt-archetype"   -DarchetypeVersion="1.7.2"   -DinteractiveMode=false 

Details about maven archetype geomajas-gwt-archetype

GroupId

GroupId

org.geomajas
ArtifactId

ArtifactId

geomajas-gwt-archetype
Version

Version

1.7.2
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.geomajas -DarchetypeArtifactId=geomajas-gwt-archetype -DarchetypeVersion=1.7.2 -DinteractiveMode=false