MVN

org.graylog.repackaged : download-maven-plugin

Maven & Gradle

Nov 10, 2023
0 stars

Download Plugin for Maven · This is a plugin meant to help maven user to download different files on different protocol in part of maven build. For the first implementation, there will only be a goal that will help downloading a maven artifact from the command line. Future version of the plugin could include web download, ftp download, scp download and so on.

<plugin>
    <groupId>org.graylog.repackaged</groupId>
    <artifactId>download-maven-plugin</artifactId>
    <version>1.6.8.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.graylog.repackaged : download-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.6.8.1

All Versions

Choose a version of org.graylog.repackaged : download-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6.x
download-maven-plugin-1.6.8.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>org.graylog.repackaged</groupId>
    <artifactId>download-maven-plugin</artifactId>
    <version>1.6.8.1</version>
</plugin>

Advertisement