Skip to content

Instantly share code, notes, and snippets.

@simonwoo
Last active December 26, 2015 19:57
Show Gist options
  • Select an option

  • Save simonwoo/ce34165155e76a057a90 to your computer and use it in GitHub Desktop.

Select an option

Save simonwoo/ce34165155e76a057a90 to your computer and use it in GitHub Desktop.
generate a project in maven

generate a project

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