Created
April 15, 2018 11:27
-
-
Save nitink133/01c1685ff0fe3fb9a4471583bbefc4ee to your computer and use it in GitHub Desktop.
Work with Apache maven in visual studio code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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