пятница, 10 ноября 2017 г.

VScode Maven PRJ

  1. First, download Maven and follow the installation instructions and verify your installation
        mvn --version
     
  2. Invoke the maven quickstart archetype to generate your new project.
        mvn archetype:generate
        -DgroupId=com.mycompany.app
        -DartifactId=my-app
        -DarchetypeArtifactId=maven-archetype-quickstart
        -DinteractiveMode=false
     
  3. Start VS Code with the new project
        code ./my-app

Комментариев нет:

Отправить комментарий