打开pom.xml 在build标签中 增加
<defaultGoal>compile</defaultGoal>
如下: <build><defaultGoal>compile</defaultGoal> </build>