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
License |
License
Apache License 2.0
|
---|---|
GroupId | GroupIdcom.zanclus.codepalousa |
ArtifactId | ArtifactIdrestlet-deltaspike-raml-archetype |
Version | Version2.3.1.5 |
Type | Typemaven-archetype |
Description |
Descriptionrestlet-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 |
Source Code Management |
Source Code Management |
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