解决:No goals have been specified for this build. You must specify a valid lifecycle phase or a goal i

1. 执行打包命令报错:

 No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format : or :[:]:. Availa
ble 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]

2. 解决方法:

 pom.xml 文件中 标签要加配置: compile  

解决:No goals have been specified for this build. You must specify a valid lifecycle phase or a goal i_第1张图片

你可能感兴趣的:(工具使用,No,goals,have,been,specified,for,this,build,You,must,specify,a,valid,lifecycle,phase,or,a,goal)