Create Java project with Maven archetype deltaspike-restlet-archetype

A Maven Archetype for generating a basic ReSTlet Application stub which can then be expanded

Create a Java Project by archetype deltaspike-restlet-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.zanclus.codepalousa"   -DarchetypeArtifactId="deltaspike-restlet-archetype"   -DarchetypeVersion="2.3.0"   -DinteractiveMode=false 

Details about maven archetype deltaspike-restlet-archetype

GroupId

GroupId

com.zanclus.codepalousa
ArtifactId

ArtifactId

deltaspike-restlet-archetype
Version

Version

2.3.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.zanclus.codepalousa -DarchetypeArtifactId=deltaspike-restlet-archetype -DarchetypeVersion=2.3.0 -DinteractiveMode=false