1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Maven 3.5.0 发布,项目构建工具 下载

本帖由 漂亮的石头2017-04-10 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,979
    赞:
    47
    Apache Maven团队 宣布Maven 3.5.0 发布。该核心版本与插件无关,我们将分开进一步发布插件。

    在Maven 3.3.9发布之后,Eclipse Aether 项目已经停用,代码库被迁移到Apache Maven项目。3.4.0版本的原始目标是在迁移到Apache Maven项目之后,使用完全相同的代码替换Aether,然后对解析器代码以及Maven的其他部分进行错误修复。但是代码在两个基础之间的迁移花费的时间比预期的长,因此,对于3.0版本的意图范围超出了Maven核心的其他变化。为了重新考虑3.4.0的原始意图,决定将Maven核心历史版本恢复到3.3.9版本,并且一次合并一个所需的更改。因此本次更新并非3.4.0.

    新版本主要更新如下:


    • The most obvious change you may encounter is that the console output has colors now MNG-3507, MNG-6093.


    • The new project.directory special property adds support in every calculated URLs (project, SCM, site) for module directory name that does not match artifactId MNG-5878


    • The JAVA_HOME discovery has been reduced to simply check if JAVA_HOME is set or not then trying to discover via which java, nothing more MNG-6003.


    • The build bootstrapping support via Apache Ant has been removed. You can now only bootstrap Maven build with a previous version of Maven, but not with Ant any more MNG-5904.


    • Based on problems in using M2_HOME related to different Maven versions installed and to simplify things, the usage of M2_HOME has been removed and is not supported any more MNG-5823, MNG-5836, MNG-5607.


    • Important change for windows users: The usage of %HOME% has been replaced with %USERPROFILE% MNG-6001


    • Several issues have been reported and fixed related to the mvn script either for Unix/Linux/Cygwin/Solaris or for Windows MNG-5815, MNG-5852, MNG-5963, MNG-6022.


    • In Maven 3.3.9, we have removed bindings for maven-ejb3-plugin because it does not exist. We follow-up and removed the artifact handler for ejb3 and the parlifecycles MNG-6014, MNG-6017.


    • ……

    完整更新内容请查看发行说明
    Maven 3.5.0 发布,项目构建工具下载地址
     
正在加载...