Skip to content

Instantly share code, notes, and snippets.

@lifeofreilly
Last active September 18, 2015 05:52
Show Gist options
  • Save lifeofreilly/53cf48e7a2d21995f3a6 to your computer and use it in GitHub Desktop.
Save lifeofreilly/53cf48e7a2d21995f3a6 to your computer and use it in GitHub Desktop.
Create a new drop wizard app
mvn archetype:generate \
-DgroupId=com.gmail.lifeofreilly.helloworld \
-DartifactId=helloworld \
-Dname=helloworld \
-Dpackage=com.gmail.lifeofreilly.helloworld \
-DarchetypeGroupId=io.dropwizard.archetypes \
-DarchetypeArtifactId=java-simple \
-DinteractiveMode=false \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment