The Apache Maven team is pleased to announce the release of the Apache Maven 3.9.9
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. Maven 3.9.9 is available via https://maven.apache.org/download.cgi The core release is independent of plugin releases. Further releases of plugins will be made separately. If you have any questions, please consult: - the web site: https://maven.apache.org/ - the maven-user mailing list: https://maven.apache.org/mailing-lists.html - the reference documentation: https://maven.apache.org/ref/3.9.9/ For more information read https://maven.apache.org/docs/3.9.9/release-notes.html Release Notes - Maven - Version 3.9.9 ** Bug * [MNG-8159] - Fix search for topDirectory when using -f / --file for Maven 3.9.x * [MNG-8165] - Maven does not find extensions for -f when current dir is root * [MNG-8177] - Warning "'dependencyManagement.dependencies.dependency.systemPath' for com.sun:tools:jar refers to a non-existing file C:\Temp\jdk-11.0.23\..\lib\tools.jar" * [MNG-8178] - Profile activation based on OS properties is broken for "mvn site" * [MNG-8180] - Resolver will blindly assume it is deploying a plugin by presence of META-INF/maven/plugins.xml in JAR * [MNG-8182] - Missing or mismatching Trusted Checksum for some artifacts is not properly reported * [MNG-8188] - [REGRESSION] Property not resolved in profile pluginManagement ** Task * [MNG-8206] - Remove Maven 2.1 (v 2.0) compatibility bits ** Dependency upgrade * [MNG-8175] - Resolver 1.9.21 * [MNG-8179] - Upgrade Parent to 43 * [MNG-8193] - Resolver 1.9.22 * [MNG-8198] - (build) Animal Sniffer 1.24 * [MNG-8199] - Hamcrest 3.0 Have fun! - The Maven Team