博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Apache Maven 3.6.1 发布,项目管理和构建工具
阅读量:6470 次
发布时间:2019-06-23

本文共 1338 字,大约阅读时间需要 4 分钟。

  hot3.png

Apache Maven 3.6.1 已发布,Apache Maven 是一个项目管理和构建工具。基于项目对象模型(POM)的概念, Maven 可以从中心位置管理项目的构建、报告和文档。

部分更新内容:

修复

  • [] - NPE on parallel build in BuilderCommon.handleBuildError(BuilderCommon.java:147)
  • [] - Parallel build multiplies work if multiple goals are given
  • [] - Maven itself cannot run without maven-compat
  • [] - Maven script can break if "-f" path contains special characters
  • [] - Relative parent POM resolution failing in 3.5.0 with complex multimodule builds
  • [] - getCanonicalFile() is not used consistently during project resolution
  • ……

改进

  • [] - Important use cases not covered, as child.inherit.append.path affects all children
  • [] - Child path adjustments break git scm urls
  • [] - Maven doesn't check the validity of scope value
  • [] - Allow to compile and test Maven with Java 11
  • [] - Replace depreated Plexus javadoc tags with annotations in ITs
  • [] - Fix javadoc build errors under Java 8 and 11
  • [] - Update assembly descriptors to 2.0.0
  • [] - Prepare Maven's Core Integration Test Suite to test with Java 12 and 13-ea
  • ……

task

  • [] - Upgrade Maven Artifact Resolver to 1.3.3 to restore API
  • [] - Replace CacheUtils#{eq,hash} with Objects
  • [] - Use latest Maven 3.6.0 to build Maven Core and plugins with ASF CI
  • [] - Maven doesn't export org.slf4j.event.Level

依赖更新

  • [] - Upgrade to Wagon 3.3.1 (from 3.2.0)
  • [] - Upgrade to Wagon 3.3.2

详情可查看

下载地址:

转载地址:http://pyjko.baihongyu.com/

你可能感兴趣的文章
Python基础进阶之路(一)之运算符和输入输出
查看>>
阻塞非阻塞异步同步 io的关系
查看>>
ClickStat业务
查看>>
DMA32映射问题
查看>>
POJ 1269 Intersecting Lines(判断两直线位置关系)
查看>>
spring3.0.7中各个jar包的作用总结
查看>>
Windows 10 /win10 上使用GIT慢的问题,或者命令行反应慢的问题
查看>>
梯度下降(Gradient descent)
查看>>
Windows平台分布式架构实践 - 负载均衡
查看>>
Android快速开发常用知识点系列目录
查看>>
最容易理解的对卷积(convolution)的解释
查看>>
《机器学习实战》知识点笔记目录
查看>>
完美解决NC502手工sql的查询引擎排序及合计问题
查看>>
windows 7/mac编译cocos2d-x-3.2*的android工程报错
查看>>
MYSQL导入导出.sql文件(转)
查看>>
git review报错一例
查看>>
《信息安全系统设计基础》 课程教学
查看>>
Linux平台下使用rman进行oracle数据库迁移
查看>>
全栈工程师学习Linux技术的忠告
查看>>
iOS自定制tabbar与系统的tabbar冲突,造成第一次点击各个item图片更换选中,第二次选中部分item图片不改变...
查看>>