Create Java project with Maven archetype restygwt-maven-archetype

Simple RestyGWT, RestEasy maven archetype

Create a Java Project by archetype restygwt-maven-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dmodule="My-module"   -DarchetypeGroupId="com.robeja.mojo"   -DarchetypeArtifactId="restygwt-maven-archetype"   -DarchetypeVersion="0.7.0"   -DinteractiveMode=false 

Required parameters for generate java project:

module
validationRegex: none

Details about maven archetype restygwt-maven-archetype

License

License

GroupId

GroupId

com.robeja.mojo
ArtifactId

ArtifactId

restygwt-maven-archetype
Version

Version

0.7.0
Type

Type

maven-archetype
Description

Description

restygwt-maven-archetype
Simple RestyGWT, RestEasy maven archetype
Project URL

Project URL

https://github.com/pofuk/restygwt-maven
Source Code Management

Source Code Management

https://github.com/pofuk/restygwt-maven

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.robeja.mojo -DarchetypeArtifactId=restygwt-maven-archetype -DarchetypeVersion=0.7.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.