mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dgit_url="My-git_url" -DarchetypeGroupId="io.paradoxical" -DarchetypeArtifactId="dropwizard-api" -DarchetypeVersion="1.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdio.paradoxical |
ArtifactId | ArtifactIddropwizard-api |
Version | Version1.0 |
Type | Typemaven-archetype |
Description |
Descriptiondropwizard-api-archetype
A simple dropwizard (0.9.1) api template with swagger enabled, bundled as a docker container
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.paradoxical -DarchetypeArtifactId=dropwizard-api -DarchetypeVersion=1.0 -DinteractiveMode=false