Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save javaeeeee/0d0d9af2ef47031d7cf4 to your computer and use it in GitHub Desktop.

Select an option

Save javaeeeee/0d0d9af2ef47031d7cf4 to your computer and use it in GitHub Desktop.
Create a Dropwizard project using Maven archetype
mvn archetype:generate
-DgroupId=com.javaeeeee
-DartifactId=DWGettingStarted
-Dname=DWGettingStarted
-Dpackage=com.javaeeeee.dwstart
-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