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
详情可查看
下载地址: