MVN

com.zanclus.codepalousa : restlet-deltaspike-raml-archetype

Maven & Gradle

Apr 29, 2015
0 stars

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.

mvn archetype:generate -DarchetypeGroupId=com.zanclus.codepalousa -DarchetypeArtifactId=restlet-deltaspike-raml-archetype -DarchetypeVersion=2.3.1.5
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zanclus.codepalousa : restlet-deltaspike-raml-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 2.3.1.5

All Versions

Choose a version of com.zanclus.codepalousa : restlet-deltaspike-raml-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
2.3.x
restlet-deltaspike-raml-archetype-2.3.1.5
restlet-deltaspike-raml-archetype-2.3.1.2
restlet-deltaspike-raml-archetype-2.3.1.1
restlet-deltaspike-raml-archetype-2.3.1

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=com.zanclus.codepalousa -DarchetypeArtifactId=restlet-deltaspike-raml-archetype -DarchetypeVersion=2.3.1.5

Advertisement