Maven plugin to upload file(s) with simple HTTP PUT/POST.
This was forked from the Sonatype/maven-upload-plugin, which they've abandoned.
This plugin provides two goals:
- upload-file: Upload a single file.
- upload-files: Scans a base directory and uploads all files, filtered by include/exclude lists.
See plugin docs for details.