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

Apache Maven Wagon is a transport abstraction that is used in Mavens
artifact and repository handling code.

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

Release Notes – Maven Wagon – Version 3.2.0

Bugs:

  • WAGON-478 – WebDavWagon accepts SC_OK for MKCOL
  • WAGON-486 – Wagon fails to download artifacts if number of dropped pooled connections (by intermediate) are greater than default retry count
  • WAGON-500 – Re-enable ScmCvsExeWagonTest

New Features:

  • WAGON-526 – Make the retry handling of HttpClient configurable
  • WAGON-531 – Add default TTL for HTTP connections

Improvement:

  • WAGON-525 – Support for detecting and using of KiTTY’s klink.exe and kscp.exe

Tasks:

  • WAGON-527 – Drop custom user agent in WebDAV Wagon
  • WAGON-528 – Extend and unify compression capabilities in HTTP (Lightweight) Wagon
  • WAGON-529 – Clean up inconsistent status code and reason phrase handling
  • WAGON-530 – Drop invalid header ‘Expires’

Dependency upgrades:

Enjoy,

-The Apache Maven team