MVN

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.

<plugin>
    <groupId>com.github.jinnovations</groupId>
    <artifactId>attribution-maven-plugin</artifactId>
    <version>0.9.9</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jinnovations : attribution-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.9.9

All Versions

Choose a version of com.github.jinnovations : attribution-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
attribution-maven-plugin-0.9.9
attribution-maven-plugin-0.9.8
attribution-maven-plugin-0.9.7
attribution-maven-plugin-0.9.6
attribution-maven-plugin-0.9.5
attribution-maven-plugin-0.9.4
attribution-maven-plugin-0.9.3
attribution-maven-plugin-0.9.2
attribution-maven-plugin-0.9.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.github.jinnovations</groupId>
    <artifactId>attribution-maven-plugin</artifactId>
    <version>0.9.9</version>
</plugin>

Advertisement