Deprecation Notice

This Wagon provider is deprecated and will be removed in version 4.0.0.

Maven Wagon HTTP lightweight

This component is an implementation of Wagon provider for HTTP access. It uses standard JDK classes as lower lever layer.

It enables Maven to use remote repositories stored in HTTP servers.

Features

  • Get files from HTTP/HTTPS Server
  • Put files to HTTP/HTTPS Server

Known Limitation

The main limitation is that you can't download data that doesn't fit entirely into memory.