Skip to content

Instantly share code, notes, and snippets.

@jabrena
Last active January 16, 2017 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jabrena/f302c89a63dbf2888740fca4f46e8015 to your computer and use it in GitHub Desktop.
Save jabrena/f302c89a63dbf2888740fca4f46e8015 to your computer and use it in GitHub Desktop.
mvn archetype:generate \
-DgroupId=demo \
-DartifactId=project-name \
-DarchetypeArtifactId=maven-archetype-quickstart \
-DinteractiveMode=false
Source:
https://maven.apache.org/plugins-archives/maven-archetype-plugin-1.0-alpha-7/examples/simple.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment