No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> ...
运行maven报错: ERROR No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format : or : : : . Available lifecycle phases are: validate, initialize, genera ...
2016-06-30 10:37 3 21155 推荐指数:
No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> ...
pom.xml文件<build>标签后面加上<defaultGoal>compile</defaultGoal>即可 ...
问题 解决方案在安装目录下找到lib/maven-model-builder-3.6.0.jar选择使用压缩包打开,根据这个目录META-INFmavenorg.apache.mavenmaven-model-builder找到pom.xml然后找到第一个 <build> 标签 ...
如图出现如下错误: 解决方法如下: 1、(未测试)在pom.xml添加如下配置: 2、直接在运行的命令行上加入: 错误分析: 其实使用命令行时就已经指定了phase,而使用m2eclipse的【Run As】-【Maven build】时并未为其指定 ...