Создать Java проект на основе Maven архетипа 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.

Консольная команда для создания Java-проекта на основе архетипа restlet-deltaspike-raml-archetype:

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 

Подробная информация об архетипе restlet-deltaspike-raml-archetype

Лицензия

Лицензия

Apache License 2.0
Группа

Группа

com.zanclus.codepalousa
Идентификатор

Идентификатор

restlet-deltaspike-raml-archetype
Версия

Версия

2.3.1.5
Тип

Тип

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/InfoSec812/restlet-deltaspike-raml-archetype
Система контроля версий

Система контроля версий

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

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.