Maven工程常见问题

来源:互联网 发布:互联网金融平台源码 编辑:程序博客网 时间:2024/06/01 07:20

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

这里写图片描述

原创粉丝点击