Uploads file(s) to a remote server using HTTP or HTTPS. Files are uploaded using multipart/form-data encoding (RFC2388). 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.
The plugin is based on the HTTPS Upload Library.
General information about the goals.
General instructions on how to use the HTTPS Upload Plugin can be found on the usage page.
If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our GitHub issue tracker. When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from our source repository and will find supplementary information in the guide to helping with Maven.