Skip to content

Instantly share code, notes, and snippets.

@stantonk
Created November 14, 2013 22:32
Show Gist options
  • Save stantonk/7475498 to your computer and use it in GitHub Desktop.
Save stantonk/7475498 to your computer and use it in GitHub Desktop.
Simple way to create a new maven project with the standard directory structure.
mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment