运行Maven是报错:No goals have been specified for this build
程序员文章站
2022-06-17 18:52:48
...
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]
pom.xml文件<build>标签后面加上<defaultGoal>compile</defaultGoal>即可
上一篇: MySQL碎片知识点(不定期更新)
下一篇: JSON简介
推荐阅读
-
运行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