Apache Maven 3.8.3 Released
The Apache Maven team is pleased to announce the release of the Apache Maven 3.8.3
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.8.3 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.8.3/
Release Notes - Maven - Version 3.8.3
-
Bugs:
- MNG-7045 - Drop CDI API from Maven
- MNG-7214 - Bad transitive dependency parent from CDI API
- MNG-7215 - [Regression] Maven Site Plugin cannot resolve parent site descriptor without locale
- MNG-7216 - Revert MNG-7170
- MNG-7218 - [Regression] o.a.m.model.Build.getSourceDirectory() incorrectly returns absolute dir on 3.8.2
- MNG-7219 - [Regression] plexus-cipher missing from transitive dependencies
- MNG-7220 - [REGRESSION] test-classpath incorrectly resolved
- MNG-7251 - Fix threadLocalArtifactsHolder leaking into cloned project
- MNG-7253 - Relocation message is never shown
-
New Feature:
- MNG-7164 - Add constructor MojoExecutionException(Throwable)
-
Improvements:
-
Tasks:
-
Dependency upgrades:
For more information read https://maven.apache.org/docs/3.8.3/release-notes.html
Enjoy!
- The Maven Team