Skip to content

Instantly share code, notes, and snippets.

@lifeofreilly
Created January 1, 2015 21:35
Show Gist options
  • Save lifeofreilly/a3189411f8143f387259 to your computer and use it in GitHub Desktop.
Save lifeofreilly/a3189411f8143f387259 to your computer and use it in GitHub Desktop.
Create a new maven project - maven-archetype-quickstart
mvn archetype:generate \
-DgroupId=com.gmail.lifeofreilly.myproject \
-DartifactId=myproject \
-DarchetypeArtifactId=maven-archetype-quickstart \
-DinteractiveMode=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment