Apache Maven Wagon Version 3.1.0 Released

The Apache Maven team is pleased to announce the release of Apache Maven Wagon 3.1.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:

https://maven.apache.org/wagon/download.cgi

Release Notes - Maven Wagon - Version 3.1.0

Bugs:

  • WAGON-452 - RelaxedTrustStrategy does not handle multiple certificates
  • WAGON-493 - Maven wagon-scm documentation is erroneous
  • WAGON-495 - Fix checkoutDirectory leak
  • WAGON-496 - site-deploy using wagon-ssh broke in 2.12 because of the fix for WAGON-465
  • WAGON-497 - ScmWagon#put() strips parent dirs from the target path if they already exist in SCM
  • WAGON-498 - ScmWagon should work in binary and shallow mode when possible
  • WAGON-499 - apache-rat complains about Eclipse .checkstyle files
  • WAGON-503 - Directory gives out of date error in putDirectory() to a non-empty Subversion repo
  • WAGON-518 - AbstractHttpClientWagon#putFromStream() reads entire content to memory

New Feature:

Improvement:

  • WAGON-482 - Use sparse files in HugeFileDownloadTest with Java 7

Task:

Dependency upgrades:

Enjoy,

-The Apache Maven team