Skip to content

Instantly share code, notes, and snippets.

@juandiegoh
Last active December 15, 2015 03:59
Show Gist options
  • Save juandiegoh/5198340 to your computer and use it in GitHub Desktop.
Save juandiegoh/5198340 to your computer and use it in GitHub Desktop.
maven command to create an empty maven project with mvn archetype:create
mvn archetype:create -DgroupId=com.test -DartifactId=mytest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment