MVN

net.deffer.maven : aws-tools-maven-plugin

Maven & Gradle

Nov 12, 2014

AWS tools maven plugin (S3 upload) · Maven Parent for uploading resources to Amazon S3 bucket

<plugin>
    <groupId>net.deffer.maven</groupId>
    <artifactId>aws-tools-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.deffer.maven : aws-tools-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of net.deffer.maven : aws-tools-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
aws-tools-maven-plugin-1.2
1.1
aws-tools-maven-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>net.deffer.maven</groupId>
    <artifactId>aws-tools-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>