MVN

com.github.evanzyj : s3-storage-maven-plugin

Maven & Gradle

Nov 04, 2020
1 stars

S3 storage maven plugin · Maven plug-in for uploading files to S3.Support any wildcard path.

<plugin>
    <groupId>com.github.evanzyj</groupId>
    <artifactId>s3-storage-maven-plugin</artifactId>
    <version>1.0.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.6

All Versions

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

Version Vulnerabilities Updated
1.0.x
s3-storage-maven-plugin-1.0.6
s3-storage-maven-plugin-1.0.5

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.evanzyj</groupId>
    <artifactId>s3-storage-maven-plugin</artifactId>
    <version>1.0.6</version>
</plugin>