MVN

com.googlecode.maven-download-plugin : maven-download-plugin

Maven & Gradle

May 15, 2013
149 stars

Maven Download Plugin · 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>com.googlecode.maven-download-plugin</groupId>
    <artifactId>maven-download-plugin</artifactId>
    <version>1.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.maven-download-plugin : maven-download-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.googlecode.maven-download-plugin : maven-download-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
maven-download-plugin-1.1.0
1.0.x
maven-download-plugin-1.0.0
0.1
maven-download-plugin-0.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>com.googlecode.maven-download-plugin</groupId>
    <artifactId>maven-download-plugin</artifactId>
    <version>1.1.0</version>
</plugin>