今天配置项目环境发现jdk1.6与maven-3.39不能匹配

查询jdk与maven的版本对应关系

关系网址:http://maven.apache.org/docs/history.html

Maven 3

Release Date Version Required Java Version Links
2018-10-24 3.6.0 Java 7 announcerelease notesreference documentation
2018-06-21 3.5.4 announcerelease notesreference documentation
2018-03-08 3.5.3 announcerelease notesreference documentation
2017-10-24 3.5.2 announcerelease notesreference documentation
2017-04-07 3.5.0 announcerelease notesreference documentation
2017-03-24 3.5.0-beta-1 announcerelease notesreference documentation
2017-02-28 3.5.0-alpha-1 announcerelease notesreference documentation
2015-11-14 3.3.9 announcerelease notesreference documentation
2015-04-28 3.3.3 announcerelease notesreference documentation
2015-03-18 3.3.1 announcerelease notesreference documentation
2014-12-20 3.2.5 Java 6 announcerelease notesreference documentation
2014-08-17 3.2.3 announcerelease notesreference documentation
2014-06-26 3.2.2 announcerelease notesreference documentation
2014-02-21 3.2.1 announcerelease notesreference documentation
2013-10-04 3.1.1 Java 5 announcerelease notesreference documentation
2013-07-15 3.1.0 announcerelease notesreference documentation
2013-06-10 3.1.0-alpha-1 announcerelease notes
2013-02-23 3.0.5 announcerelease notesreference documentation
2012-01-20 3.0.4 announcerelease notesreference documentation
2011-03-04 3.0.3 announcerelease notesreference documentation
2011-01-12 3.0.2 announcerelease notesreference documentation
2010-11-26 3.0.1 announcerelease notesreference documentation
2010-10-08 3.0 announcerelease notesreference documentation
2010-09-02 3.0-beta-3 announcerelease notes
2010-08-10 3.0-beta-2 announcerelease notes
2010-04-23 3.0-beta-1 announcerelease notes
2010-04-14 3.0-alpha-7 announcerelease notes
2010-01-10 3.0-alpha-6 announcerelease notes
2009-11-27 3.0-alpha-5 announcerelease notes
2009-11-17 3.0-alpha-4 announcerelease notes
2009-11-13 3.0-alpha-3 announcerelease notes

Maven 2

Maven 2.x has now reached its end of life. The following Maven 2.x specific documentation is archived for reference.

2014-02-18 End of Life   EoL notesannounce
2009-11-08 2.2.1 Java 5 announcerelease notesreference documentation
2009-06-30 2.2.0 announcerelease notes
2009-03-22 2.1.0 Java 1.4 announcerelease notes
2008-09-19 2.1.0-M1 announce
2010-02-26 2.0.11 announcerelease notesreference documentation
2009-02-18 2.0.10 announcerelease notes
2008-04-10 2.0.9 announcerelease notes
2007-11-27 2.0.8 announcerelease notes
2007-06-21 2.0.7 announcerelease notes
2007-04-01 2.0.6 announcerelease notes
2007-02-16 2.0.5 announcerelease notes
2006-04-11 2.0.4 announcerelease notes
2006-03-28 2.0.3 announcerelease notes
2006-01-17 2.0.2 announcerelease notes
2005-12-13 2.0.1 announcerelease notes
2005-10-20 2.0 announcerelease notes

Maven 1

Maven 1.x has now reached its end of lifeMaven 1.x documentation is archived for reference.

2014-02-18 End of Life EoL announce
2007-06-25 1.1 announce
2007-05-12 1.1-RC-1 announce
2006-08-01 1.1-beta-3 announce
2005-09-12 1.1-beta-2 announce
2004-12-07 1.0.2 announce
2004-11-11 1.0.1 announce
2004-07-13 1.0 announce
2004-03-24 1.0-RC2 announce
2003-09-29 1.0-RC1 announce
2003-07-14 1.0-beta-10 announce
2002-04-11 1.0-beta-3 announce
2002-03-30 1.0-beta-2 announce

maven版本对应的jdk的更多相关文章

  1. Unsupported major.minor version 51.0 在配置/运行Maven工程时,JDK与Maven所引用的jdk版本不一致

    在配置Maven工程,部署到tomcat服务器运行的过程中,遇到如下错误: "Unsupported major.minor version 51.0 " 错误原因是由于maven ...

  2. maven 修改默认的JDK版本

    maven jdk 版本配置 maven 默认使用的 jdk 版本 新建一个 maven 项目,如下 : 项目左下方出现一个感叹号,JRE 显示的是 1.5 版本.解决方式有两种,一种是配置 pom. ...

  3. Springboot 学习教程(一):版本+ jdk 版本 + Maven 版本的匹配

    Spring boot 版本 Spring Framework jdk 版本 maven 版本 1.2.0 版本之前   6 3.0 1.2.0 4.1.3+ 6 3.2+ 1.2.1 4.1.3+ ...

  4. Maven update project...后jdk变成1.5,update project后jdk版本改变

    Maven update project...后jdk变成1.5,update project后jdk版本改变 ============================== 蕃薯耀 2018年3月14 ...

  5. maven中如何指定jdk的版本

    问题再现: 当我们每次创建maven项目时,jdk的默认版本是1.5,而我们一般机器上安装的是1.7以上的版本,jdk版本不一样,遇到这种问题,有两种解决办法: 至于右键设置jdk版本不推荐,在此不作 ...

  6. Springboot 版本+ jdk 版本 + Maven 版本的匹配

    Spring boot 版本 Spring Framework jdk 版本 maven 版本 1.2.0 版本之前 6 3.0 1.2.0 4.1.3+ 6 3.2+ 1.2.1 4.1.3+ 7 ...

  7. Springboot 版本+ jdk 版本 + Maven 版本的对应关系

    Spring boot 版本 Spring Framework jdk 版本 maven 版本 1.2.0 版本之前   6 3.0 1.2.0 4.1.3+ 6 3.2+ 1.2.1 4.1.3+ ...

  8. 到底如何配置 maven 编译插件的 JDK 版本

    千言万语不及官方文档,详情请阅读 compiler:compile 文档 配置 maven 编译插件的 JDK 版本 maven 编译插件(maven-compiler-plugin)有默认编译 JD ...

  9. IntelliJ IDEA14.1中java项目Maven中没有配置JDK时的问题

    在IntelliJ IDEA 14.1中使用在java项目中使用Maven时当没有在Maven中配置JDK编译版本.源码版本时,IDEA将默认的编译版本.源码版本设置为jdk5. 在IDEA中Lang ...

随机推荐

  1. CF1228——记一次和紫名失之交臂的CF

    CF1228--记一次和紫名失之交臂的CF 第无数次和暴涨失之交臂 A 题目大意给定\(l,r\)输出任意一个\(l,r\)之间的每一位都不同的数 \((l <= r <= 10^5)\) ...

  2. 消息驱动Bean

    消息驱动bean是专门用来处理基于消息请求的组件.MDB负责处理消息,而EJB容器则负责处理服务(事务,安全,并发,消息确认等),使Bean的开发者集中精力在处理消息的业务逻辑上. 消息驱动Bean. ...

  3. 布尔&list与条件循环语句与trutle

    布尔值与空值 布尔值: 一个布尔值只有True.False两种值 空值: 是python里一个特殊的值,用None表示.None不能理解为0.因为0是有意义的,而None是一个特殊值. list(列表 ...

  4. 前端js页面跳转

    window.location.Reload() //刷新当前页面self.location=document.referrer;通过Request Headers中Referer获得上个页面的地址并 ...

  5. 2019-8-31-git-上传当前分支

    title author date CreateTime categories git 上传当前分支 lindexi 2019-08-31 16:55:59 +0800 2018-05-08 09:2 ...

  6. Keras文本预处理

    学习了Keras文档里的文本预处理部分,参考网上代码写了个例子 import keras.preprocessing.text as T from keras.preprocessing.text i ...

  7. 【sublime】Pretty Json插件的安装与配置使用

    一.安装 Package Control  代码安装 从菜单 View - Show Console 或者 ctrl + ~ 快捷键,调出 console.将以下 Python 代码粘贴进去并 ent ...

  8. 运行APP脚本的步骤

    1.打开ride(可运行命令:ride.py) 2.启动Appium 3.启动android-sdk\tools\uiantomatorviewer.bat(目的是为了抓取设备元素ID)

  9. 机器学习之——集成算法,随机森林,Bootsing,Adaboost,Staking,GBDT,XGboost

    集成学习 集成算法 随机森林(前身是bagging或者随机抽样)(并行算法) 提升算法(Boosting算法) GBDT(迭代决策树) (串行算法) Adaboost (串行算法) Stacking ...

  10. UI自动化和selenium相关以及八大定位

    一.UI自动化相关 1. UI自动化的本质(重点) 定位元素→操作元素→模拟页面操作→断言→测试报告 2. 适合UI自动化的场景 UI自动化的前提条件 (1)需求不能频繁变动 (2)UI稳定(UI自动 ...