Create Java project with Maven archetype emf-gwt-jersey

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DModelName="My-ModelName"   -DarchetypeGroupId="org.eclipselabs"   -DarchetypeArtifactId="emf-gwt-jersey"   -DarchetypeVersion="0.2.1"   -DinteractiveMode=false 

Required parameters for generate java project:

ModelName
validationRegex: none

Generated Project modules

  • ${rootArtifactId}.shared
  • ${rootArtifactId}.server
  • ${rootArtifactId}.client

Details about maven archetype emf-gwt-jersey

License

License

EPL
GroupId

GroupId

org.eclipselabs
ArtifactId

ArtifactId

emf-gwt-jersey
Version

Version

0.2.1
Type

Type

maven-archetype
Description

Description

emf-gwt-jersey
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

How to add to project

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