is not current version
Last Version 0.9.8

com.github.jinnovations:attribution-maven-plugin 0.9.7

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.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.jinnovations
ArtifactId

ArtifactId

attribution-maven-plugin
Version

Version

0.9.7
Type

Type

maven-plugin

Download attribution-maven-plugin 0.9.7


<plugin>
    <groupId>com.github.jinnovations</groupId>
    <artifactId>attribution-maven-plugin</artifactId>
    <version>0.9.7</version>
</plugin>