MVN

com.addicticks.oss.maven : httpsupload-maven-plugin

Maven & Gradle

Jan 18, 2019
0 stars

HTTPS Upload Maven Plugin · Maven plugin which allows to upload one or several files to a remote site by using HTTP/HTTPS.

<plugin>
    <groupId>com.addicticks.oss.maven</groupId>
    <artifactId>httpsupload-maven-plugin</artifactId>
    <version>1.1.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.addicticks.oss.maven : httpsupload-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of com.addicticks.oss.maven : httpsupload-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
httpsupload-maven-plugin-1.1.7
httpsupload-maven-plugin-1.1.6
httpsupload-maven-plugin-1.1.5
httpsupload-maven-plugin-1.1.4
httpsupload-maven-plugin-1.1.3
httpsupload-maven-plugin-1.1.2
httpsupload-maven-plugin-1.1.1
httpsupload-maven-plugin-1.1.0
1.0.x
httpsupload-maven-plugin-1.0.0
0.9.x
httpsupload-maven-plugin-0.9.2

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.addicticks.oss.maven</groupId>
    <artifactId>httpsupload-maven-plugin</artifactId>
    <version>1.1.7</version>
</plugin>