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.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.jinnovations
ArtifactId

ArtifactId

attribution-maven-plugin
Last Version

Last Version

0.9.8
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

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.
Project URL

Project URL

https://github.com/jinnovations/attribution-maven-plugin
Project Organization

Project Organization

jInnovations

Download attribution-maven-plugin

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.3.9
org.apache.maven : maven-core jar 3.3.9
org.apache.maven : maven-compat jar 3.3.9
org.codehaus.plexus : plexus-component-annotations jar 1.6
org.apache.maven.plugins : maven-project-info-reports-plugin jar 2.9
org.apache.commons : commons-csv jar 1.2
org.simpleframework : simple-xml jar 2.7.1
org.freemarker : freemarker jar 2.3.24-incubating

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.0.52-beta
org.assertj : assertj-core jar 2.4.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1