You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Slawomir Jaranowski <sj...@apache.org> on 2023/03/12 17:31:19 UTC

[ANN] Apache Maven Wrapper 3.2.0 Released

The Apache Maven team is pleased to announce the release of the Apache
Maven Wrapper, version 3.2.0

The Maven Wrapper is an easy way to ensure a user of your Maven build has
everything necessary to run your Maven build.

See https://maven.apache.org/wrapper/ for instructions on how to use Maven
Wrapper.

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

https://maven.apache.org/wrapper/download.html

Release Notes - Maven Wrapper - Version 3.2.0

** Bug
    * [MWRAPPER-64] - IT test use early deployed artifacts
    * [MWRAPPER-65] - MavenWrapperDownloader.java ignores the MVNW_REPOURL
env
    * [MWRAPPER-66] - maven-wrapper.properties  - incorrect header reported
by rat plugin
    * [MWRAPPER-67] - mvnw script does not download jar if used in git bash
in windows
    * [MWRAPPER-68] - MVNW_REPOURL improperly formed distributionUrl
    * [MWRAPPER-73] - Empty maven property cause to invalid configuration
    * [MWRAPPER-74] - Fix default distribution type documentation on maven
site.
    * [MWRAPPER-77] - wrapper:wrapper does not update scripts
    * [MWRAPPER-81] - mvnw does not remove return chars from jvm.config
    * [MWRAPPER-85] - Docs do not mention distributionType for
MavenWrapperDownloader.jar
    * [MWRAPPER-88] - mvnw is not POSIX compatible
    * [MWRAPPER-95] - Fix bug in mvnw to handle \r in jvm.config correctly

** New Feature
    * [MWRAPPER-61] - let mvnw call mvn directly, without maven-wrapper.jar
    * [MWRAPPER-75] - Allow for sha256 checksum verification of downloaded
artifacts.
    * [MWRAPPER-80] - Support maven-mvnd as a maven distribution

** Improvement
    * [MWRAPPER-16] - update mvnw scripts to launch target Maven mvn
scripts, to enforce consistency
    * [MWRAPPER-33] - Use java 8 in maven-wrapper

** Task
    * [MWRAPPER-84] - Update documentation about shells

** Dependency upgrade
    * [MWRAPPER-89] - Update maven-parent to v39
    * [MWRAPPER-96] - Require Maven 3.2.5

Enjoy,
-The Apache Maven team