Estou desenvolvendo um projeto em Spring com MVN, então por padrão toda vez para eu rodar o projeto tenho que utilizar o seguinte comando
mvnw spring-boot:run
Mas por curiosidade, eu queria saber se tem como alterar esse jeito de iniciar o buid da aplicação, já mexi em outros projetos do tipo e eu precisava utilizar somente o comando '''mvn''' para rodar o projeto, e nesse se eu coloco, ele não inicia o projeto.
Erro que dá ao utilizar somente o mvn.
C:\Users\andre\OneDrive\Documentos\controleInventario>mvn
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.405 s
[INFO] Finished at: 2021-05-24T22:08:57-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle ph
ases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-c
ompile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [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/NoGoalSpecifiedException