No goals have been specified for this build.

解决办法,在pom.xml添加如下配置:

<build>
    <defaultGoal>compile</defaultGoal>
</build>

 

posted @ 2018-06-27 14:13  小泉哥  阅读(249)  评论(0)    收藏  举报