MVN

io.pst.mojo : s3-static-uploader-plugin

Maven & Gradle

Jul 12, 2013
3 stars

S3 Static Uploader Plugin · Maven plugin for uploading static site content to AWS S3

<plugin>
    <groupId>io.pst.mojo</groupId>
    <artifactId>s3-static-uploader-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.pst.mojo : s3-static-uploader-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of io.pst.mojo : s3-static-uploader-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
s3-static-uploader-plugin-1.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>io.pst.mojo</groupId>
    <artifactId>s3-static-uploader-plugin</artifactId>
    <version>1.1</version>
</plugin>