Skip to content

Instantly share code, notes, and snippets.

@lifeofreilly
Last active August 29, 2015 14:13
Show Gist options
  • Save lifeofreilly/94554780928ce5eb620d to your computer and use it in GitHub Desktop.
Save lifeofreilly/94554780928ce5eb620d to your computer and use it in GitHub Desktop.
Create a new maven project - maven-archetype-webapp
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