--- layout: post status: PUBLISHED published: true title: Apache Maven 3.6.2 Released id: 0b9b257e-0768-4f55-89dd-16012cde73cd date: '2019-09-07 16:30:00 -0400' categories: maven tags: - maven-core-release permalink: maven/entry/apache-maven-3-6-2 ---

The Apache Maven team is pleased to announce the release of the Apache
Maven 3.6.2.

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.

You can find out more about Apache Maven at https://maven.apache.org

You can download the appropriate sources etc. from
the download page

We really value the contributions of these non committers, so this section is
focused on those individuals. Descriptions of the issues fixed can be found at
the end of these release notes.

Issue Reporters of this release:

Code Contributors of this release:

Many thanks to all reporters and contributors for their time and support.

(Please send an email to the dev list if we missed one to mention).

Known Issues

None.

Overview about the changes

User visible Changes

toolchain.xml now supports usage of environment variables which looks like this:

1
2
3
4
5
6
7
8
9
10

    jdk
    
      1.8
      sun
    
    
  ${env.JDK_HOME_8}
    

The detailed issue list

Bugs:

Improvements

Test

Wish

Task

Dependency upgrade

Sub Tasks

The full list of changes can be found in our issue management system.

Complete Release Notes

See complete release notes for all versions