MVN

com.github.nikodem911 : s3-upload-maven-plugin

Maven & Gradle

Oct 18, 2017
0 stars

S3 upload maven plugin · This is a fork of bazaarvoice/s3-upload-maven-plugin. It adds support for S3 connection via proxy.

<plugin>
    <groupId>com.github.nikodem911</groupId>
    <artifactId>s3-upload-maven-plugin</artifactId>
    <version>1.5.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nikodem911 : s3-upload-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of com.github.nikodem911 : s3-upload-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
s3-upload-maven-plugin-1.5.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.nikodem911</groupId>
    <artifactId>s3-upload-maven-plugin</artifactId>
    <version>1.5.1</version>
</plugin>

Advertisement