/upload-maven-plugin

Maven plugin to upload file(s) with simple HTTP PUT.

Primary LanguageJava

upload-maven-plugin

Maven plugin to upload file(s) with simple HTTP PUT/POST.

This was forked from the Sonatype/maven-upload-plugin, which they've abandoned.

Maven Central Build Status

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.