mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DhttpPort="My-httpPort" -DarchetypeGroupId="com.thesett.archetype" -DarchetypeArtifactId="dropwizard_archetype" -DarchetypeVersion="0.9.120" -DinteractiveMode=false
| License |
License |
|---|---|
| GroupId | GroupIdcom.thesett.archetype |
| ArtifactId | ArtifactIddropwizard_archetype |
| Version | Version0.9.120 |
| Type | Typemaven-archetype |
| Description |
Descriptiondropwizard-archetype
Archetype for setting up a DropWizard codegen project.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.thesett.archetype -DarchetypeArtifactId=dropwizard_archetype -DarchetypeVersion=0.9.120 -DinteractiveMode=false