今天配置项目环境发现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. 闲来无事写一个jquery计算器,没有进行封装......

    <!doctype html> <html> <head> <meta charset="utf-8" /> <title&g ...

  2. Android studio 使用git仓库记录

    studio 绑定git settings --> verson control -->git 在项目文件目录右击打开git bash here操作界面 查看git项目安装位置 找到id_ ...

  3. 默认 Servlet

    什么是 DefaultSevelet DefaultSevelet 是处理静态资源的 Sevelet. 在什么位置声明它? 它在 $CATALINA_HOME/conf/web.xml 中被全局声明. ...

  4. mac 访达修改所有文件夹默认排序方式

    先说个误区,下图只能改变当前目录的排序方式 修改所有目录的排序方式需要在顶部的“显示” 中修改

  5. easyUI dataGrid主从表点击展开问题

    昨天在公司写代码遇到了一个问题,就是在用easyUI做主从表的时候在查询之后点击展开的时候不能再次展开了.先说一下主从表我也是第一次用 效果如下图: 然后点击前面的小加号出现以下效果: 然而遇到了一个 ...

  6. VC/c++版本获取现行时间戳精确到毫秒

    时间戳是指格林威治时间1970年01月01日00时00分00秒(北京时间1970年01月01日08时00分00秒)起至现在的总秒数.通俗的讲, 时间戳是一份能够表示一份数据在一个特定时间点已经存在的完 ...

  7. 关于有向图走“无限次”后求概率/期望的口胡/【题解】HNCPC2019H 有向图

    关于有向图走"无限次"后求概率/期望的口胡/[题解]HNCPC2019H 有向图 全是口胡 假了不管 讨论的都是图\(G=(V,E),|V|=n,|E|=m\)上的情况 " ...

  8. $HDU$ 4336 $Card\ Collector$ 概率$dp$/$Min-Max$容斥

    正解:期望 解题报告: 传送门! 先放下题意,,,已知有总共有$n$张卡片,每次有$p_i$的概率抽到第$i$张卡,求买所有卡的期望次数 $umm$看到期望自然而然想$dp$? 再一看,哇,$n\le ...

  9. smarty -- foreach用法详解

    {foreach},{foreachelse} 用于像访问序数数组一样访问关联数组 {foreach},{foreachelse} {foreach} is used to loop over an  ...

  10. 1053 住房空置率 (20 分)C语言

    在不打扰居民的前提下,统计住房空置率的一种方法是根据每户用电量的连续变化规律进行判断.判断方法如下: 在观察期内,若存在超过一半的日子用电量低于某给定的阈值 e,则该住房为"可能空置&quo ...