Apache Maven Wagon Version 2.6 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, Version 2.6

The Wagon component provides communications between Maven and repositories.

Typically, to use a particular version of Wagon, you would add an 'extension' to your POM, such as:

1<extensions>
2    <extension>
3        <groupId>org.apache.maven.wagon</groupId>
4        <artifactId>wagon-ssh</artifactId>
5        <version>2.6</version>
6    </extension>
7</extensions>

Release Notes - Apache Maven Wagon - Version 2.6

There have been solved 3 issues:

Improvement:

  • WAGON-401 - Access Denied due to missing User-Agent
  • WAGON-402 - Upgrade Apache HttpClient based wagon provider to HttpClient 4.3
  • WAGON-403 - SSH agent support for wagon-ssh