MVN

org.infrastructurebuilder.usurped : download-maven-plugin

Maven & Gradle

Jul 07, 2023
149 stars

Download Plugin for Maven · This was usurped by IB. Follows is the original stuff:: 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.infrastructurebuilder.usurped</groupId>
    <artifactId>download-maven-plugin</artifactId>
    <version>1.7.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.7.1.1

All Versions

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

Version Vulnerabilities Updated
1.7.x
download-maven-plugin-1.7.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>org.infrastructurebuilder.usurped</groupId>
    <artifactId>download-maven-plugin</artifactId>
    <version>1.7.1.1</version>
</plugin>

Advertisement