Upload Maven Plugin

Upload file(s) to a URL via HTTP PUT

License

License

Categories

Categories

Maven Build Tools Net
GroupId

GroupId

net.lopht.maven-plugins
ArtifactId

ArtifactId

upload-maven-plugin
Last Version

Last Version

0.6.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Upload Maven Plugin
Upload file(s) to a URL via HTTP PUT
Project URL

Project URL

https://github.com/lopht/upload-maven-plugin
Source Code Management

Source Code Management

https://github.com/lopht/upload-maven-plugin

Download upload-maven-plugin

How to add to project

<plugin>
    <groupId>net.lopht.maven-plugins</groupId>
    <artifactId>upload-maven-plugin</artifactId>
    <version>0.6.0</version>
</plugin>

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.0.5
org.apache.maven : maven-plugin-api jar 3.0.5
org.apache.httpcomponents : httpclient jar 4.5.1

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5.1

test (1)

Group / Artifact Type Version
org.mock-server : mockserver-client-java jar 5.3.0

Project Modules

There are no modules declared in this project.

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.

net.lopht.maven-plugins

Lopht.net

Versions

Version
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0