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.1-1"   -DinteractiveMode=false 

Details about maven archetype deltaspike-restlet-archetype

License

License

Apache License 2.0
GroupId

GroupId

com.zanclus.codepalousa
ArtifactId

ArtifactId

deltaspike-restlet-archetype
Version

Version

2.3.1-1
Type

Type

maven-archetype
Description

Description

deltaspike-restlet-archetype
A Maven Archetype for generating a basic ReSTlet Application stub which can then be expanded
Project URL

Project URL

https://github.com/InfoSec812/deltaspike-restlet-archetype
Source Code Management

Source Code Management

https://github.com/InfoSec812/deltaspike-restlet-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.1-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.