Skip to content

Instantly share code, notes, and snippets.

@ShmuelMofrad
Last active November 29, 2017 18:00
Show Gist options
  • Save ShmuelMofrad/a348f19d083b567c2eb68630fb2fec38 to your computer and use it in GitHub Desktop.
Save ShmuelMofrad/a348f19d083b567c2eb68630fb2fec38 to your computer and use it in GitHub Desktop.
How to create a Java project with Maven in terminal

How to create a Java project with Maven in terminal

Java, Maven

in your workspace run terminal and write:

$ mvn archetype:generate -DinteractiveMode=false  -DgroupId=one.unus -DartifactId=one.unus.project
-Dpackage=one.unus.project.app -Dversion=0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment