Create Java project with Maven archetype geomajas-plugin-archetype

Geomajas plugin archetype

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dpackage="My-package"   -DartifactIdPrefix="My-artifactIdPrefix"   -DarchetypeGroupId="org.geomajas"   -DarchetypeArtifactId="geomajas-plugin-archetype"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

package
validationRegex: none
artifactIdPrefix
validationRegex: none

Generated Project modules

  • core
  • gwt
  • documentation

Details about maven archetype geomajas-plugin-archetype

License

License

GroupId

GroupId

org.geomajas
ArtifactId

ArtifactId

geomajas-plugin-archetype
Version

Version

1.0.0
Type

Type

maven-archetype
Description

Description

Geomajas plugin archetype
Geomajas plugin 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-plugin-archetype -DarchetypeVersion=1.0.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.