MVN

com.byclosure.maven.plugins : google-storage-upload

Maven & Gradle

Mar 13, 2015
1 stars

com.byclosure.maven.plugins:google-storage-upload · A maven plugin for uploading files to a google cloud storage bucket

<plugin>
    <groupId>com.byclosure.maven.plugins</groupId>
    <artifactId>google-storage-upload</artifactId>
    <version>0.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.byclosure.maven.plugins : google-storage-upload to add to Maven - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.byclosure.maven.plugins : google-storage-upload to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
google-storage-upload-0.0.3

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.byclosure.maven.plugins</groupId>
    <artifactId>google-storage-upload</artifactId>
    <version>0.0.3</version>
</plugin>