Maven项目报错:“No goals have been specified for this build”解决办法
程序员文章站
2022-06-17 18:52:24
...
maven项目启动服务时,出现如下所示的异常:
[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 phases 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-compile, 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
解决办法:
找到pom.xml文件,在<build>
标签里面添加如下所示的代码即可。
<defaultGoal> compile </defaultGoal>
上一篇: listview 的滑动
下一篇: No goals have been specified for this build. You must specify a valid lifecycle phase or a goal ...
推荐阅读
-
运行Maven是报错:No goals have been specified for this build
-
运行Maven是报错:No goals have been specified for this build
-
Maven报错 解决方案。ERROR: No goals have been specified for this build. You must specify a valid lifecycle ...
-
Maven项目报错:“No goals have been specified for this build”解决办法
-
No goals have been specified for this build. You must specify a valid lifecycle phase or a goal ...
-
ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a go
-
运行maven build报错No goals have been specified for this build.
-
Maven打包报No goals have been specified for this build.异常解决
-
笔记:Maven启动报错 - No goals have been specified for this build.You must specify a valid lifecycle phase