DOC

org.infrastructurebuilder.usurped : download-maven-plugin

Maven & Gradle

Jul 07, 2023
159 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.

Table Of Contents

Latest Version

Download org.infrastructurebuilder.usurped : download-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download org.infrastructurebuilder.usurped : download-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.7.x

How to open Javadoc JAR file in web browser

  1. Rename the file download-maven-plugin-1.7.1.1-javadoc.jar to download-maven-plugin-1.7.1.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder download-maven-plugin-1.7.1.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "download-maven-plugin-1.7.1.1-sources.jar" -d "download-maven-plugin-1.7.1.1-javadoc" -subpackages 

Advertisement