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"   -Dgeomajas-dep-version="My-geomajas-dep-version"   -DarchetypeGroupId="org.geomajas"   -DarchetypeArtifactId="geomajas-gwt-archetype"   -DarchetypeVersion="1.14.0"   -DinteractiveMode=false 

Required parameters for generate java project:

geomajas-dep-version
validationRegex: none

Details about maven archetype geomajas-gwt-archetype

License

License

GroupId

GroupId

org.geomajas
ArtifactId

ArtifactId

geomajas-gwt-archetype
Version

Version

1.14.0
Type

Type

maven-archetype
Description

Description

Geomajas GWT application archetype
Geomajas GWT application archetype
Project Organization

Project Organization

Geosparc

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.geomajas -DarchetypeArtifactId=geomajas-gwt-archetype -DarchetypeVersion=1.14.0 -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.