Maven Wagon HTTP lightweight
This project 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.