Skip to content

Instantly share code, notes, and snippets.

@nitink133
Created April 15, 2018 11:27
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 nitink133/01c1685ff0fe3fb9a4471583bbefc4ee to your computer and use it in GitHub Desktop.
Save nitink133/01c1685ff0fe3fb9a4471583bbefc4ee to your computer and use it in GitHub Desktop.
Work with Apache maven in visual studio code
//Run the following command
mvn archetype:generate
// -DgroupId=..........
// -DartifactId=.........
// -DarchetypeArtifactId=maven-archetype-quickstart
// -DinteractiveMode=false
//Set maven path
"maven.executable.path": "C:/Program Files/Apache/apache-maven-3.5.3-bin/apache-maven-3.5.3/bin/mvn"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment