mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dname="My-name" -Ddescription="My-description" -Dshaded="My-shaded" -DarchetypeGroupId="io.dropwizard.archetypes" -DarchetypeArtifactId="java-simple" -DarchetypeVersion="4.0.0-beta.1" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdio.dropwizard.archetypes |
ArtifactId | ArtifactIdjava-simple |
Version | Version4.0.0-beta.1 |
Type | Typemaven-archetype |
Description |
DescriptionDropwizard Archetype for Simple Java Services
A collection of Maven Archetypes for bootstrapping development of a new Dropwizard Service.
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.dropwizard.archetypes -DarchetypeArtifactId=java-simple -DarchetypeVersion=4.0.0-beta.1 -DinteractiveMode=false