Maven工程常见问题

CoreException: Could not get the value for parameter compilerId for plugin execution default-compile

【解决办法】:使用mvn clean install 命令安装一些maven的插件。

安装 maven-clean-plugin2.5

maven-resources-plugin2.6

maven-compiler-plugin3.1

maven-surefire-plugin

maven-jar-plugin

maven-install-plugin

这里写图片描述

猜你喜欢

转载自blog.csdn.net/mhm52368/article/details/77100394