Pessoal, boa noite, eu estava com problemas para baixar o jetty através do cmd, então tentei resolver de outra forma. Consegui instalar o jetty diretamente no eclipse e agora eu consigo abrir o projeto no browser. Mas depois tentei fazer o download direto no cmd como o professor ensinou. Estou recebendo a seguinte mensagem:
[INFO] Jetty server exiting.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.289 s
[INFO] Finished at: 2019-03-23T18:22:28-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:9.3.7.v20160115:run (default-cli) on project lojaweb: Failure: **Address already in use: bind -> [Help 1]**
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Pelo que eu entendi eu não consigo rodar o comando jetty:run no cmd porque o jetty no eclipse já está usando algum endereço que seria default? é isso mesmo?