Maven :No goals have been specified for this build

Posted developer_os

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Maven :No goals have been specified for this build相关的知识,希望对你有一定的参考价值。

Maven报错

报错信息如下:No goals have been specified for this build

解决办法:在<build></build>标签中增加  <defaultGoal>compile</defaultGoal>

<build>
        <defaultGoal>compile</defaultGoal>

       。。。。。。

</build>

 


以上是关于Maven :No goals have been specified for this build的主要内容,如果未能解决你的问题,请参考以下文章

运行Maven工程总是报错:No goals have been specified for this build

No goals have been specified for this build. You

Maven报错 解决方案。ERROR: No goals have been specified for this build. You must specify a valid lifecycle(

idea创建Maven 项目后,底部没有run窗口 且运行后报错No goals have been specified for this build.

启动maven服务时 出现No goals have been specified for this build. You must specify a valid lifecycle phase o

No goals have been specified for this build怎么解决