JavaShuo
栏目
标签
MAVEN 报错:Plugin 'org.apache.maven.plugins:maven-compiler-plugin:2.3.2' not found
时间 2021-07-14
标签
maven
plugin
compiler
JDK 版本
栏目
Maven
繁體版
原文
原文链接
一、问题: MAVEN 设置编译版本时,报错:Plugin 'org.apache.maven.plugins:maven-compiler-plugin:2.3.2' not found 如下图: 配置如下: 二、解决方法: 将JDK版本跟POM文件配置的版本设置为一致: 将POM文件的1.7版本改为13版本即可。 三、排查过程: 检查配置是否有误; 到maven官网查询插件的版本等信息:
>>阅读原文<<
相关文章
1.
Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found
2.
解决错误:Plugin with id 'com.android.application' not found
3.
Class not found: “xxx.xxx.xxx“报错
4.
解决 Plugin with id 'com.github.dcendents.android-maven' not found.
5.
解决:ERROR: Plugin with id 'com.github.dcendents.android-maven' not found.
6.
maven报错之--Plugin org.apache.maven.plugins:maven-clean-plugin:2.6....peer not authenticated
7.
idea maven-deploy-plugin:2.7 报错
8.
Maven deploy时报 tools.jar not found
9.
导入项目Plugin with id 'com.github.dcendents.android-maven' not found.错误
10.
springboot项目中spring-boot-maven-plugin报错
更多相关文章...
•
Maven POM
-
Maven教程
•
SQL NOT NULL 约束
-
SQL 教程
•
Java Agent入门实战(一)-Instrumentation介绍与使用
•
PHP Ajax 跨域问题最佳解决方案
相关标签/搜索
plugin
错报
报错
not...else
项目报错
报错记录
JSP报错
MySQL报错
oracle报错
linux报错
Apache
Java
Maven
Maven教程
Redis教程
PHP 7 新特性
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
部署Hadoop(3.3.0)伪分布式集群
2.
从0开始搭建hadoop伪分布式集群(三:Zookeeper)
3.
centos7 vmware 搭建集群
4.
jsp的page指令
5.
Sql Server 2008R2 安装教程
6.
python:模块导入import问题总结
7.
Java控制修饰符,子类与父类,组合重载覆盖等问题
8.
(实测)Discuz修改论坛最后发表的帖子的链接为静态地址
9.
java参数传递时,究竟传递的是什么
10.
Linux---文件查看(4)
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found
2.
解决错误:Plugin with id 'com.android.application' not found
3.
Class not found: “xxx.xxx.xxx“报错
4.
解决 Plugin with id 'com.github.dcendents.android-maven' not found.
5.
解决:ERROR: Plugin with id 'com.github.dcendents.android-maven' not found.
6.
maven报错之--Plugin org.apache.maven.plugins:maven-clean-plugin:2.6....peer not authenticated
7.
idea maven-deploy-plugin:2.7 报错
8.
Maven deploy时报 tools.jar not found
9.
导入项目Plugin with id 'com.github.dcendents.android-maven' not found.错误
10.
springboot项目中spring-boot-maven-plugin报错
>>更多相关文章<<