Uploads file(s) to a remote server using HTTP or HTTPS. Files are uploaded using
multipart/form-data
encoding. This is what almost all sites that accepts file upload uses.
The plugin is not meant for uploading artifacts to Maven Repositories. Maven does that brilliantly by itself. The plugin is meant for uploading any file (not just project's artifacts) to any type of endpoint that accepts a HTTP/HTTPS file upload.
See Plugin Documentation for more information.
The plugin is available from Maven Central.
Apache License, version 2.0.