Create Java project with Maven archetype restlet-deltaspike-raml-archetype

A Maven Archetype for generating a simple Restlet application which can produce it's own RAML documentation based on the content of the code contained therein. It also sets up and uses Apache DeltaSpike for dependency injection. The version tracks the version of the Restlet Framework being used.

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

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

Details about maven archetype restlet-deltaspike-raml-archetype

License

License

Apache License 2.0
GroupId

GroupId

com.zanclus.codepalousa
ArtifactId

ArtifactId

restlet-deltaspike-raml-archetype
Version

Version

2.3.1.5
Type

Type

maven-archetype
Description

Description

restlet-deltaspike-raml-archetype
A Maven Archetype for generating a simple Restlet application which can produce it's own RAML documentation based on the content of the code contained therein. It also sets up and uses Apache DeltaSpike for dependency injection. The version tracks the version of the Restlet Framework being used.
Project URL

Project URL

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

Source Code Management

https://github.com/InfoSec812/restlet-deltaspike-raml-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.zanclus.codepalousa -DarchetypeArtifactId=restlet-deltaspike-raml-archetype -DarchetypeVersion=2.3.1.5 -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.