DOC

com.github.jinnovations : attribution-maven-plugin

Maven & Gradle

Sep 06, 2022
7 stars

Attribution Maven Plugin · The Attribution Maven Plugin is a tool for producing information about a project's dependencies, in a way that can be consumed by external reporting tools. It currently leverages the Maven Project Info Reports Plugin (https://maven.apache.org/components/plugins/maven-project-info-reports-plugin/) to obtain all of a project's data, and then output the information to an XML file, such as: target/attribution.xml. This plugin came from the need to get some of the same information produced by the Maven Project Info Reports Plugin, and have it ready to be consumed by tools which may require input in a certain format, such as a CSV. By producing an attribution XML file, scripts can be created to translate the data into these other consumable formats.

Table Of Contents

Latest Version

Download com.github.jinnovations : attribution-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.jinnovations : attribution-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.9.x

How to open Javadoc JAR file in web browser

  1. Rename the file attribution-maven-plugin-0.9.9-javadoc.jar to attribution-maven-plugin-0.9.9-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder attribution-maven-plugin-0.9.9-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 "attribution-maven-plugin-0.9.9-sources.jar" -d "attribution-maven-plugin-0.9.9-javadoc" -subpackages 

Advertisement