Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 976 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 976 Bytes

HTTPS Upload Maven Plugin

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.

Documentation

See Plugin Documentation for more information.

Availability

The plugin is available from Maven Central.

Maven Central

License

Apache License, version 2.0.